Shades of Christine #BD672A
Tints of Christine #BD672A
RGB
CMYK
RGB Variations
Color information
#BD672A (or 0xBD672A) is known color: Christine. HEX triplet: BD, 67 and 2A. RGB value is (189,103,42). Sum of RGB (Red+Green+Blue) = 189+103+42=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD672A is #4298D5. Grayscale: #7A7A7A. Windows color (decimal): -4364502 or 2779069. OLE color: 2779069.
HSL color Cylindrical-coordinate representation of color #BD672A: hue angle of 24.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD672A is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 42 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.26 |
| HSL | 24.9º | 0.64% | 0.45% | - |
| HSV(B) | 24.9º | 0.78% | 0.74% | - |
| XYZ | 26.25 | 20.69 | 4.8 | - |
| YUV | 121.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 42 | 0 | 0.46 | 0.78 | 0.26 | 24.9 | 0.64 | 0.45 |
| Hex | BD | 67 | 2A | 0 | 2E | 4E | 1A | 19 | 40 | 2D |
| Octal | 275 | 147 | 52 | 0 | 56 | 116 | 32 | 31 | 100 | 55 |
| Binary | 10111101 | 1100111 | 101010 | 0 | 101110 | 1001110 | 11010 | 11001 | 1000000 | 101101 |
Color Harmonies of #BD672A
Complementary color
Monochromatic Colors of #BD672A
Black with #BD672A
Text Example
Text Example
White with #BD672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD672A; }
p { color: rgb(189,103,42); }
H1.HeaderClassName
{
color: #BD672A;
}
.AnyTagClassName
{
color: #BD672A;
}
</style>
background-color css
<style>
a { background-color: #BD672A; }
a { background-color: rgb(189,103,42); }
div.DivClassName
{
background-color: #BD672A;
}
.BgClassName
{
background-color: #BD672A;
}
</style>
border-color css
<style>
span { border-color: #BD672A; }
span { border-color: rgb(189,103,42); }
td.TdClassName
{
border-color: #BD672A;
}
.TagClassName
{
border-color: #BD672A;
}
</style>