Shades of Christine #BD601D
Tints of Christine #BD601D
RGB
CMYK
RGB Variations
Color information
#BD601D (or 0xBD601D) is known color: Christine. HEX triplet: BD, 60 and 1D. RGB value is (189,96,29). Sum of RGB (Red+Green+Blue) = 189+96+29=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD601D is #429FE2. Grayscale: #747474. Windows color (decimal): -4366307 or 1925309. OLE color: 1925309.
HSL color Cylindrical-coordinate representation of color #BD601D: hue angle of 25.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD601D is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 29 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.26 |
| HSL | 25.13º | 0.73% | 0.43% | - |
| HSV(B) | 25.13º | 0.85% | 0.74% | - |
| XYZ | 25.39 | 19.27 | 3.54 | - |
| YUV | 116.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 29 | 0 | 0.49 | 0.85 | 0.26 | 25.13 | 0.73 | 0.43 |
| Hex | BD | 60 | 1D | 0 | 31 | 55 | 1A | 19 | 49 | 2B |
| Octal | 275 | 140 | 35 | 0 | 61 | 125 | 32 | 31 | 111 | 53 |
| Binary | 10111101 | 1100000 | 11101 | 0 | 110001 | 1010101 | 11010 | 11001 | 1001001 | 101011 |
Color Harmonies of #BD601D
Complementary color
Monochromatic Colors of #BD601D
Black with #BD601D
Text Example
Text Example
White with #BD601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD601D; }
p { color: rgb(189,96,29); }
H1.HeaderClassName
{
color: #BD601D;
}
.AnyTagClassName
{
color: #BD601D;
}
</style>
background-color css
<style>
a { background-color: #BD601D; }
a { background-color: rgb(189,96,29); }
div.DivClassName
{
background-color: #BD601D;
}
.BgClassName
{
background-color: #BD601D;
}
</style>
border-color css
<style>
span { border-color: #BD601D; }
span { border-color: rgb(189,96,29); }
td.TdClassName
{
border-color: #BD601D;
}
.TagClassName
{
border-color: #BD601D;
}
</style>