Shades of Crail #B05C50
Tints of Crail #B05C50
RGB
CMYK
RGB Variations
Color information
#B05C50 (or 0xB05C50) is known color: Crail. HEX triplet: B0, 5C and 50. RGB value is (176,92,80). Sum of RGB (Red+Green+Blue) = 176+92+80=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C50 is #4FA3AF. Grayscale: #737373. Windows color (decimal): -5219248 or 5266608. OLE color: 5266608.
HSL color Cylindrical-coordinate representation of color #B05C50: hue angle of 7.5º 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 #B05C50 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 80 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.31 |
| HSL | 7.5º | 0.38% | 0.5% | - |
| HSV(B) | 7.5º | 0.55% | 0.69% | - |
| XYZ | 23.18 | 17.46 | 9.74 | - |
| YUV | 115.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 80 | 0 | 0.48 | 0.55 | 0.31 | 7.5 | 0.38 | 0.5 |
| Hex | B0 | 5C | 50 | 0 | 30 | 37 | 1F | 8 | 26 | 32 |
| Octal | 260 | 134 | 120 | 0 | 60 | 67 | 37 | 10 | 46 | 62 |
| Binary | 10110000 | 1011100 | 1010000 | 0 | 110000 | 110111 | 11111 | 1000 | 100110 | 110010 |
Color Harmonies of #B05C50
Complementary color
Monochromatic Colors of #B05C50
Black with #B05C50
Text Example
Text Example
White with #B05C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05C50; }
p { color: rgb(176,92,80); }
H1.HeaderClassName
{
color: #B05C50;
}
.AnyTagClassName
{
color: #B05C50;
}
</style>
background-color css
<style>
a { background-color: #B05C50; }
a { background-color: rgb(176,92,80); }
div.DivClassName
{
background-color: #B05C50;
}
.BgClassName
{
background-color: #B05C50;
}
</style>
border-color css
<style>
span { border-color: #B05C50; }
span { border-color: rgb(176,92,80); }
td.TdClassName
{
border-color: #B05C50;
}
.TagClassName
{
border-color: #B05C50;
}
</style>