Shades of Christine #BD6231
Tints of Christine #BD6231
RGB
CMYK
RGB Variations
Color information
#BD6231 (or 0xBD6231) is known color: Christine. HEX triplet: BD, 62 and 31. RGB value is (189,98,49). Sum of RGB (Red+Green+Blue) = 189+98+49=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6231 is #429DCE. Grayscale: #777777. Windows color (decimal): -4365775 or 3236541. OLE color: 3236541.
HSL color Cylindrical-coordinate representation of color #BD6231: hue angle of 21º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD6231 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 49 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.26 |
| HSL | 21º | 0.59% | 0.47% | - |
| HSV(B) | 21º | 0.74% | 0.74% | - |
| XYZ | 25.91 | 19.78 | 5.36 | - |
| YUV | 119.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 49 | 0 | 0.48 | 0.74 | 0.26 | 21 | 0.59 | 0.47 |
| Hex | BD | 62 | 31 | 0 | 30 | 4A | 1A | 15 | 3B | 2F |
| Octal | 275 | 142 | 61 | 0 | 60 | 112 | 32 | 25 | 73 | 57 |
| Binary | 10111101 | 1100010 | 110001 | 0 | 110000 | 1001010 | 11010 | 10101 | 111011 | 101111 |
Color Harmonies of #BD6231
Complementary color
Monochromatic Colors of #BD6231
Black with #BD6231
Text Example
Text Example
White with #BD6231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6231; }
p { color: rgb(189,98,49); }
H1.HeaderClassName
{
color: #BD6231;
}
.AnyTagClassName
{
color: #BD6231;
}
</style>
background-color css
<style>
a { background-color: #BD6231; }
a { background-color: rgb(189,98,49); }
div.DivClassName
{
background-color: #BD6231;
}
.BgClassName
{
background-color: #BD6231;
}
</style>
border-color css
<style>
span { border-color: #BD6231; }
span { border-color: rgb(189,98,49); }
td.TdClassName
{
border-color: #BD6231;
}
.TagClassName
{
border-color: #BD6231;
}
</style>