Shades of Christine #BF5A1B
Tints of Christine #BF5A1B
RGB
CMYK
RGB Variations
Color information
#BF5A1B (or 0xBF5A1B) is known color: Christine. HEX triplet: BF, 5A and 1B. RGB value is (191,90,27). Sum of RGB (Red+Green+Blue) = 191+90+27=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A1B is #40A5E4. Grayscale: #717171. Windows color (decimal): -4236773 or 1792703. OLE color: 1792703.
HSL color Cylindrical-coordinate representation of color #BF5A1B: hue angle of 23.05º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF5A1B is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 27 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.25 |
| HSL | 23.05º | 0.75% | 0.43% | - |
| HSV(B) | 23.05º | 0.86% | 0.75% | - |
| XYZ | 25.34 | 18.47 | 3.27 | - |
| YUV | 113.02 | 79.46 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 27 | 0 | 0.53 | 0.86 | 0.25 | 23.05 | 0.75 | 0.43 |
| Hex | BF | 5A | 1B | 0 | 35 | 56 | 19 | 17 | 4B | 2B |
| Octal | 277 | 132 | 33 | 0 | 65 | 126 | 31 | 27 | 113 | 53 |
| Binary | 10111111 | 1011010 | 11011 | 0 | 110101 | 1010110 | 11001 | 10111 | 1001011 | 101011 |
Color Harmonies of #BF5A1B
Complementary color
Monochromatic Colors of #BF5A1B
Black with #BF5A1B
Text Example
Text Example
White with #BF5A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A1B; }
p { color: rgb(191,90,27); }
H1.HeaderClassName
{
color: #BF5A1B;
}
.AnyTagClassName
{
color: #BF5A1B;
}
</style>
background-color css
<style>
a { background-color: #BF5A1B; }
a { background-color: rgb(191,90,27); }
div.DivClassName
{
background-color: #BF5A1B;
}
.BgClassName
{
background-color: #BF5A1B;
}
</style>
border-color css
<style>
span { border-color: #BF5A1B; }
span { border-color: rgb(191,90,27); }
td.TdClassName
{
border-color: #BF5A1B;
}
.TagClassName
{
border-color: #BF5A1B;
}
</style>