Shades of Crail #B15742
Tints of Crail #B15742
RGB
CMYK
RGB Variations
Color information
#B15742 (or 0xB15742) is known color: Crail. HEX triplet: B1, 57 and 42. RGB value is (177,87,66). Sum of RGB (Red+Green+Blue) = 177+87+66=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B15742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15742 is #4EA8BD. Grayscale: #6F6F6F. Windows color (decimal): -5155006 or 4347825. OLE color: 4347825.
HSL color Cylindrical-coordinate representation of color #B15742: hue angle of 11.35º 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 #B15742 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 66 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.31 |
| HSL | 11.35º | 0.46% | 0.48% | - |
| HSV(B) | 11.35º | 0.63% | 0.69% | - |
| XYZ | 22.52 | 16.56 | 7.16 | - |
| YUV | 111.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 66 | 0 | 0.51 | 0.63 | 0.31 | 11.35 | 0.46 | 0.48 |
| Hex | B1 | 57 | 42 | 0 | 33 | 3F | 1F | B | 2E | 30 |
| Octal | 261 | 127 | 102 | 0 | 63 | 77 | 37 | 13 | 56 | 60 |
| Binary | 10110001 | 1010111 | 1000010 | 0 | 110011 | 111111 | 11111 | 1011 | 101110 | 110000 |
Color Harmonies of #B15742
Complementary color
Monochromatic Colors of #B15742
Black with #B15742
Text Example
Text Example
White with #B15742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15742; }
p { color: rgb(177,87,66); }
H1.HeaderClassName
{
color: #B15742;
}
.AnyTagClassName
{
color: #B15742;
}
</style>
background-color css
<style>
a { background-color: #B15742; }
a { background-color: rgb(177,87,66); }
div.DivClassName
{
background-color: #B15742;
}
.BgClassName
{
background-color: #B15742;
}
</style>
border-color css
<style>
span { border-color: #B15742; }
span { border-color: rgb(177,87,66); }
td.TdClassName
{
border-color: #B15742;
}
.TagClassName
{
border-color: #B15742;
}
</style>