Shades of Crail #B15945
Tints of Crail #B15945
RGB
CMYK
RGB Variations
Color information
#B15945 (or 0xB15945) is known color: Crail. HEX triplet: B1, 59 and 45. RGB value is (177,89,69). Sum of RGB (Red+Green+Blue) = 177+89+69=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B15945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15945 is #4EA6BA. Grayscale: #717171. Windows color (decimal): -5154491 or 4544945. OLE color: 4544945.
HSL color Cylindrical-coordinate representation of color #B15945: hue angle of 11.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15945 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 69 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.31 |
| HSL | 11.11º | 0.44% | 0.48% | - |
| HSV(B) | 11.11º | 0.61% | 0.69% | - |
| XYZ | 22.78 | 16.92 | 7.7 | - |
| YUV | 113.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 69 | 0 | 0.50 | 0.61 | 0.31 | 11.11 | 0.44 | 0.48 |
| Hex | B1 | 59 | 45 | 0 | 32 | 3D | 1F | B | 2C | 30 |
| Octal | 261 | 131 | 105 | 0 | 62 | 75 | 37 | 13 | 54 | 60 |
| Binary | 10110001 | 1011001 | 1000101 | 0 | 110010 | 111101 | 11111 | 1011 | 101100 | 110000 |
Color Harmonies of #B15945
Complementary color
Monochromatic Colors of #B15945
Black with #B15945
Text Example
Text Example
White with #B15945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15945; }
p { color: rgb(177,89,69); }
H1.HeaderClassName
{
color: #B15945;
}
.AnyTagClassName
{
color: #B15945;
}
</style>
background-color css
<style>
a { background-color: #B15945; }
a { background-color: rgb(177,89,69); }
div.DivClassName
{
background-color: #B15945;
}
.BgClassName
{
background-color: #B15945;
}
</style>
border-color css
<style>
span { border-color: #B15945; }
span { border-color: rgb(177,89,69); }
td.TdClassName
{
border-color: #B15945;
}
.TagClassName
{
border-color: #B15945;
}
</style>