Shades of Christine #BD632B
Tints of Christine #BD632B
RGB
CMYK
RGB Variations
Color information
#BD632B (or 0xBD632B) is known color: Christine. HEX triplet: BD, 63 and 2B. RGB value is (189,99,43). Sum of RGB (Red+Green+Blue) = 189+99+43=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD632B is #429CD4. Grayscale: #777777. Windows color (decimal): -4365525 or 2843581. OLE color: 2843581.
HSL color Cylindrical-coordinate representation of color #BD632B: hue angle of 23.01º 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 #BD632B is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 43 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.26 |
| HSL | 23.01º | 0.63% | 0.45% | - |
| HSV(B) | 23.01º | 0.77% | 0.74% | - |
| XYZ | 25.88 | 19.92 | 4.77 | - |
| YUV | 119.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 43 | 0 | 0.48 | 0.77 | 0.26 | 23.01 | 0.63 | 0.45 |
| Hex | BD | 63 | 2B | 0 | 30 | 4D | 1A | 17 | 3F | 2D |
| Octal | 275 | 143 | 53 | 0 | 60 | 115 | 32 | 27 | 77 | 55 |
| Binary | 10111101 | 1100011 | 101011 | 0 | 110000 | 1001101 | 11010 | 10111 | 111111 | 101101 |
Color Harmonies of #BD632B
Complementary color
Monochromatic Colors of #BD632B
Black with #BD632B
Text Example
Text Example
White with #BD632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD632B; }
p { color: rgb(189,99,43); }
H1.HeaderClassName
{
color: #BD632B;
}
.AnyTagClassName
{
color: #BD632B;
}
</style>
background-color css
<style>
a { background-color: #BD632B; }
a { background-color: rgb(189,99,43); }
div.DivClassName
{
background-color: #BD632B;
}
.BgClassName
{
background-color: #BD632B;
}
</style>
border-color css
<style>
span { border-color: #BD632B; }
span { border-color: rgb(189,99,43); }
td.TdClassName
{
border-color: #BD632B;
}
.TagClassName
{
border-color: #BD632B;
}
</style>