Shades of Christine #BD662B
Tints of Christine #BD662B
RGB
CMYK
RGB Variations
Color information
#BD662B (or 0xBD662B) is known color: Christine. HEX triplet: BD, 66 and 2B. RGB value is (189,102,43). Sum of RGB (Red+Green+Blue) = 189+102+43=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD662B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD662B is #4299D4. Grayscale: #797979. Windows color (decimal): -4364757 or 2844349. OLE color: 2844349.
HSL color Cylindrical-coordinate representation of color #BD662B: hue angle of 24.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD662B is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 43 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.26 |
| HSL | 24.25º | 0.63% | 0.45% | - |
| HSV(B) | 24.25º | 0.77% | 0.74% | - |
| XYZ | 26.17 | 20.5 | 4.86 | - |
| YUV | 121.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 43 | 0 | 0.46 | 0.77 | 0.26 | 24.25 | 0.63 | 0.45 |
| Hex | BD | 66 | 2B | 0 | 2E | 4D | 1A | 18 | 3F | 2D |
| Octal | 275 | 146 | 53 | 0 | 56 | 115 | 32 | 30 | 77 | 55 |
| Binary | 10111101 | 1100110 | 101011 | 0 | 101110 | 1001101 | 11010 | 11000 | 111111 | 101101 |
Color Harmonies of #BD662B
Complementary color
Monochromatic Colors of #BD662B
Black with #BD662B
Text Example
Text Example
White with #BD662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD662B; }
p { color: rgb(189,102,43); }
H1.HeaderClassName
{
color: #BD662B;
}
.AnyTagClassName
{
color: #BD662B;
}
</style>
background-color css
<style>
a { background-color: #BD662B; }
a { background-color: rgb(189,102,43); }
div.DivClassName
{
background-color: #BD662B;
}
.BgClassName
{
background-color: #BD662B;
}
</style>
border-color css
<style>
span { border-color: #BD662B; }
span { border-color: rgb(189,102,43); }
td.TdClassName
{
border-color: #BD662B;
}
.TagClassName
{
border-color: #BD662B;
}
</style>