Shades of Crail #B05D50
Tints of Crail #B05D50
RGB
CMYK
RGB Variations
Color information
#B05D50 (or 0xB05D50) is known color: Crail. HEX triplet: B0, 5D and 50. RGB value is (176,93,80). Sum of RGB (Red+Green+Blue) = 176+93+80=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D50 is #4FA2AF. Grayscale: #747474. Windows color (decimal): -5218992 or 5266864. OLE color: 5266864.
HSL color Cylindrical-coordinate representation of color #B05D50: hue angle of 8.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05D50 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 80 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.31 |
| HSL | 8.13º | 0.38% | 0.5% | - |
| HSV(B) | 8.13º | 0.55% | 0.69% | - |
| XYZ | 23.27 | 17.64 | 9.77 | - |
| YUV | 116.34 | 107.5 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 80 | 0 | 0.47 | 0.55 | 0.31 | 8.13 | 0.38 | 0.5 |
| Hex | B0 | 5D | 50 | 0 | 2F | 37 | 1F | 8 | 26 | 32 |
| Octal | 260 | 135 | 120 | 0 | 57 | 67 | 37 | 10 | 46 | 62 |
| Binary | 10110000 | 1011101 | 1010000 | 0 | 101111 | 110111 | 11111 | 1000 | 100110 | 110010 |
Color Harmonies of #B05D50
Complementary color
Monochromatic Colors of #B05D50
Black with #B05D50
Text Example
Text Example
White with #B05D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D50; }
p { color: rgb(176,93,80); }
H1.HeaderClassName
{
color: #B05D50;
}
.AnyTagClassName
{
color: #B05D50;
}
</style>
background-color css
<style>
a { background-color: #B05D50; }
a { background-color: rgb(176,93,80); }
div.DivClassName
{
background-color: #B05D50;
}
.BgClassName
{
background-color: #B05D50;
}
</style>
border-color css
<style>
span { border-color: #B05D50; }
span { border-color: rgb(176,93,80); }
td.TdClassName
{
border-color: #B05D50;
}
.TagClassName
{
border-color: #B05D50;
}
</style>