Shades of Crail #B25844
Tints of Crail #B25844
RGB
CMYK
RGB Variations
Color information
#B25844 (or 0xB25844) is known color: Crail. HEX triplet: B2, 58 and 44. RGB value is (178,88,68). Sum of RGB (Red+Green+Blue) = 178+88+68=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B25844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25844 is #4DA7BB. Grayscale: #707070. Windows color (decimal): -5089212 or 4479154. OLE color: 4479154.
HSL color Cylindrical-coordinate representation of color #B25844: hue angle of 10.91º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B25844 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 88 | 68 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.30 |
| HSL | 10.91º | 0.45% | 0.48% | - |
| HSV(B) | 10.91º | 0.62% | 0.7% | - |
| XYZ | 22.89 | 16.86 | 7.52 | - |
| YUV | 112.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 68 | 0 | 0.51 | 0.62 | 0.30 | 10.91 | 0.45 | 0.48 |
| Hex | B2 | 58 | 44 | 0 | 33 | 3E | 1E | B | 2D | 30 |
| Octal | 262 | 130 | 104 | 0 | 63 | 76 | 36 | 13 | 55 | 60 |
| Binary | 10110010 | 1011000 | 1000100 | 0 | 110011 | 111110 | 11110 | 1011 | 101101 | 110000 |
Color Harmonies of #B25844
Complementary color
Monochromatic Colors of #B25844
Black with #B25844
Text Example
Text Example
White with #B25844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25844; }
p { color: rgb(178,88,68); }
H1.HeaderClassName
{
color: #B25844;
}
.AnyTagClassName
{
color: #B25844;
}
</style>
background-color css
<style>
a { background-color: #B25844; }
a { background-color: rgb(178,88,68); }
div.DivClassName
{
background-color: #B25844;
}
.BgClassName
{
background-color: #B25844;
}
</style>
border-color css
<style>
span { border-color: #B25844; }
span { border-color: rgb(178,88,68); }
td.TdClassName
{
border-color: #B25844;
}
.TagClassName
{
border-color: #B25844;
}
</style>