Shades of Christine #B46525
Tints of Christine #B46525
RGB
CMYK
RGB Variations
Color information
#B46525 (or 0xB46525) is known color: Christine. HEX triplet: B4, 65 and 25. RGB value is (180,101,37). Sum of RGB (Red+Green+Blue) = 180+101+37=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B46525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46525 is #4B9ADA. Grayscale: #757575. Windows color (decimal): -4954843 or 2450868. OLE color: 2450868.
HSL color Cylindrical-coordinate representation of color #B46525: hue angle of 26.85º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B46525 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 37 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.29 |
| HSL | 26.85º | 0.66% | 0.43% | - |
| HSV(B) | 26.85º | 0.79% | 0.71% | - |
| XYZ | 23.81 | 19.14 | 4.19 | - |
| YUV | 117.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 37 | 0 | 0.44 | 0.79 | 0.29 | 26.85 | 0.66 | 0.43 |
| Hex | B4 | 65 | 25 | 0 | 2C | 4F | 1D | 1B | 42 | 2B |
| Octal | 264 | 145 | 45 | 0 | 54 | 117 | 35 | 33 | 102 | 53 |
| Binary | 10110100 | 1100101 | 100101 | 0 | 101100 | 1001111 | 11101 | 11011 | 1000010 | 101011 |
Color Harmonies of #B46525
Complementary color
Monochromatic Colors of #B46525
Black with #B46525
Text Example
Text Example
White with #B46525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46525; }
p { color: rgb(180,101,37); }
H1.HeaderClassName
{
color: #B46525;
}
.AnyTagClassName
{
color: #B46525;
}
</style>
background-color css
<style>
a { background-color: #B46525; }
a { background-color: rgb(180,101,37); }
div.DivClassName
{
background-color: #B46525;
}
.BgClassName
{
background-color: #B46525;
}
</style>
border-color css
<style>
span { border-color: #B46525; }
span { border-color: rgb(180,101,37); }
td.TdClassName
{
border-color: #B46525;
}
.TagClassName
{
border-color: #B46525;
}
</style>