Shades of Crail #B15542
Tints of Crail #B15542
RGB
CMYK
RGB Variations
Color information
#B15542 (or 0xB15542) is known color: Crail. HEX triplet: B1, 55 and 42. RGB value is (177,85,66). Sum of RGB (Red+Green+Blue) = 177+85+66=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B15542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15542 is #4EAABD. Grayscale: #6E6E6E. Windows color (decimal): -5155518 or 4347313. OLE color: 4347313.
HSL color Cylindrical-coordinate representation of color #B15542: hue angle of 10.27º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B15542 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 66 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.31 |
| HSL | 10.27º | 0.46% | 0.48% | - |
| HSV(B) | 10.27º | 0.63% | 0.69% | - |
| XYZ | 22.36 | 16.24 | 7.11 | - |
| YUV | 110.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 66 | 0 | 0.52 | 0.63 | 0.31 | 10.27 | 0.46 | 0.48 |
| Hex | B1 | 55 | 42 | 0 | 34 | 3F | 1F | A | 2E | 30 |
| Octal | 261 | 125 | 102 | 0 | 64 | 77 | 37 | 12 | 56 | 60 |
| Binary | 10110001 | 1010101 | 1000010 | 0 | 110100 | 111111 | 11111 | 1010 | 101110 | 110000 |
Color Harmonies of #B15542
Complementary color
Monochromatic Colors of #B15542
Black with #B15542
Text Example
Text Example
White with #B15542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15542; }
p { color: rgb(177,85,66); }
H1.HeaderClassName
{
color: #B15542;
}
.AnyTagClassName
{
color: #B15542;
}
</style>
background-color css
<style>
a { background-color: #B15542; }
a { background-color: rgb(177,85,66); }
div.DivClassName
{
background-color: #B15542;
}
.BgClassName
{
background-color: #B15542;
}
</style>
border-color css
<style>
span { border-color: #B15542; }
span { border-color: rgb(177,85,66); }
td.TdClassName
{
border-color: #B15542;
}
.TagClassName
{
border-color: #B15542;
}
</style>