Shades of Crail #B15D4E
Tints of Crail #B15D4E
RGB
CMYK
RGB Variations
Color information
#B15D4E (or 0xB15D4E) is known color: Crail. HEX triplet: B1, 5D and 4E. RGB value is (177,93,78). Sum of RGB (Red+Green+Blue) = 177+93+78=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D4E is #4EA2B1. Grayscale: #747474. Windows color (decimal): -5153458 or 5135793. OLE color: 5135793.
HSL color Cylindrical-coordinate representation of color #B15D4E: hue angle of 9.09º 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 #B15D4E is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 78 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.31 |
| HSL | 9.09º | 0.39% | 0.5% | - |
| HSV(B) | 9.09º | 0.56% | 0.69% | - |
| XYZ | 23.42 | 17.73 | 9.39 | - |
| YUV | 116.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 78 | 0 | 0.47 | 0.56 | 0.31 | 9.09 | 0.39 | 0.5 |
| Hex | B1 | 5D | 4E | 0 | 2F | 38 | 1F | 9 | 27 | 32 |
| Octal | 261 | 135 | 116 | 0 | 57 | 70 | 37 | 11 | 47 | 62 |
| Binary | 10110001 | 1011101 | 1001110 | 0 | 101111 | 111000 | 11111 | 1001 | 100111 | 110010 |
Color Harmonies of #B15D4E
Complementary color
Monochromatic Colors of #B15D4E
Black with #B15D4E
Text Example
Text Example
White with #B15D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D4E; }
p { color: rgb(177,93,78); }
H1.HeaderClassName
{
color: #B15D4E;
}
.AnyTagClassName
{
color: #B15D4E;
}
</style>
background-color css
<style>
a { background-color: #B15D4E; }
a { background-color: rgb(177,93,78); }
div.DivClassName
{
background-color: #B15D4E;
}
.BgClassName
{
background-color: #B15D4E;
}
</style>
border-color css
<style>
span { border-color: #B15D4E; }
span { border-color: rgb(177,93,78); }
td.TdClassName
{
border-color: #B15D4E;
}
.TagClassName
{
border-color: #B15D4E;
}
</style>