Shades of Crail #B15C4E
Tints of Crail #B15C4E
RGB
CMYK
RGB Variations
Color information
#B15C4E (or 0xB15C4E) is known color: Crail. HEX triplet: B1, 5C and 4E. RGB value is (177,92,78). Sum of RGB (Red+Green+Blue) = 177+92+78=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C4E is #4EA3B1. Grayscale: #737373. Windows color (decimal): -5153714 or 5135537. OLE color: 5135537.
HSL color Cylindrical-coordinate representation of color #B15C4E: hue angle of 8.48º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15C4E is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 78 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.31 |
| HSL | 8.48º | 0.39% | 0.5% | - |
| HSV(B) | 8.48º | 0.56% | 0.69% | - |
| XYZ | 23.33 | 17.55 | 9.37 | - |
| YUV | 115.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 78 | 0 | 0.48 | 0.56 | 0.31 | 8.48 | 0.39 | 0.5 |
| Hex | B1 | 5C | 4E | 0 | 30 | 38 | 1F | 8 | 27 | 32 |
| Octal | 261 | 134 | 116 | 0 | 60 | 70 | 37 | 10 | 47 | 62 |
| Binary | 10110001 | 1011100 | 1001110 | 0 | 110000 | 111000 | 11111 | 1000 | 100111 | 110010 |
Color Harmonies of #B15C4E
Complementary color
Monochromatic Colors of #B15C4E
Black with #B15C4E
Text Example
Text Example
White with #B15C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C4E; }
p { color: rgb(177,92,78); }
H1.HeaderClassName
{
color: #B15C4E;
}
.AnyTagClassName
{
color: #B15C4E;
}
</style>
background-color css
<style>
a { background-color: #B15C4E; }
a { background-color: rgb(177,92,78); }
div.DivClassName
{
background-color: #B15C4E;
}
.BgClassName
{
background-color: #B15C4E;
}
</style>
border-color css
<style>
span { border-color: #B15C4E; }
span { border-color: rgb(177,92,78); }
td.TdClassName
{
border-color: #B15C4E;
}
.TagClassName
{
border-color: #B15C4E;
}
</style>