#bf4040 color RGB value is (191,64,64)
#bf4040 color CMYK value
#bf4040 color HSL value
HSV(or HSB) | 0° | 66.5 | 74.9 |
XYZ | 24.245 | 15.113 | 6.49 |
Yxy | 0.529 | 0.33 | 15.113 |
LAB | 45.789 | 50.768 | 28.408 |
LUV | 45.789 | 95.712 | 20.638 |
Hunter-LAB | 38.876 | 43.288 | 17.315 |
CIE-LCH | 45.789 | 58.176 | 29.23 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | BF | 40 | 40 |
Decimal | 191 | 64 | 64 |
Octal | 277 | 100 | 100 |
Binary | 10111111 | 01000000 | 01000000 |
Below, you can see some colors close to #bf4040. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #bf4040.
<span style="color:#bf4040">Text here</span>
This paragraph has a background color of #bf4040.
<p style="background-color:#bf4040;">Content here</p>
This element has a border color of #bf4040.
<div style="border:1px #bf4040;">Content here</div>
.text {color:#bf4040;}
.background {background-color:#bf4040;}
.border {border:1px solid #bf4040;}
.text-shadow {border:1px solid #bf4040;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #faefef is the lightest one.