Shades of Crail #B05C4D
Tints of Crail #B05C4D
RGB
CMYK
RGB Variations
Color information
#B05C4D (or 0xB05C4D) is known color: Crail. HEX triplet: B0, 5C and 4D. RGB value is (176,92,77). Sum of RGB (Red+Green+Blue) = 176+92+77=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C4D is #4FA3B2. Grayscale: #737373. Windows color (decimal): -5219251 or 5070000. OLE color: 5070000.
HSL color Cylindrical-coordinate representation of color #B05C4D: 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 #B05C4D is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 77 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.31 |
| HSL | 9.09º | 0.39% | 0.5% | - |
| HSV(B) | 9.09º | 0.56% | 0.69% | - |
| XYZ | 23.07 | 17.42 | 9.17 | - |
| YUV | 115.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 77 | 0 | 0.48 | 0.56 | 0.31 | 9.09 | 0.39 | 0.5 |
| Hex | B0 | 5C | 4D | 0 | 30 | 38 | 1F | 9 | 27 | 32 |
| Octal | 260 | 134 | 115 | 0 | 60 | 70 | 37 | 11 | 47 | 62 |
| Binary | 10110000 | 1011100 | 1001101 | 0 | 110000 | 111000 | 11111 | 1001 | 100111 | 110010 |
Color Harmonies of #B05C4D
Complementary color
Monochromatic Colors of #B05C4D
Black with #B05C4D
Text Example
Text Example
White with #B05C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05C4D; }
p { color: rgb(176,92,77); }
H1.HeaderClassName
{
color: #B05C4D;
}
.AnyTagClassName
{
color: #B05C4D;
}
</style>
background-color css
<style>
a { background-color: #B05C4D; }
a { background-color: rgb(176,92,77); }
div.DivClassName
{
background-color: #B05C4D;
}
.BgClassName
{
background-color: #B05C4D;
}
</style>
border-color css
<style>
span { border-color: #B05C4D; }
span { border-color: rgb(176,92,77); }
td.TdClassName
{
border-color: #B05C4D;
}
.TagClassName
{
border-color: #B05C4D;
}
</style>