Shades of Coral Tree #B5695C
Tints of Coral Tree #B5695C
RGB
CMYK
RGB Variations
Color information
#B5695C (or 0xB5695C) is known color: Coral Tree. HEX triplet: B5, 69 and 5C. RGB value is (181,105,92). Sum of RGB (Red+Green+Blue) = 181+105+92=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5695C is #4A96A3. Grayscale: #7E7E7E. Windows color (decimal): -4888228 or 6056373. OLE color: 6056373.
HSL color Cylindrical-coordinate representation of color #B5695C: hue angle of 8.76º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5695C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 92 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.29 |
| HSL | 8.76º | 0.38% | 0.54% | - |
| HSV(B) | 8.76º | 0.49% | 0.71% | - |
| XYZ | 26.04 | 20.7 | 12.75 | - |
| YUV | 126.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 92 | 0 | 0.42 | 0.49 | 0.29 | 8.76 | 0.38 | 0.54 |
| Hex | B5 | 69 | 5C | 0 | 2A | 31 | 1D | 9 | 26 | 36 |
| Octal | 265 | 151 | 134 | 0 | 52 | 61 | 35 | 11 | 46 | 66 |
| Binary | 10110101 | 1101001 | 1011100 | 0 | 101010 | 110001 | 11101 | 1001 | 100110 | 110110 |
Color Harmonies of #B5695C
Complementary color
Monochromatic Colors of #B5695C
Black with #B5695C
Text Example
Text Example
White with #B5695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5695C; }
p { color: rgb(181,105,92); }
H1.HeaderClassName
{
color: #B5695C;
}
.AnyTagClassName
{
color: #B5695C;
}
</style>
background-color css
<style>
a { background-color: #B5695C; }
a { background-color: rgb(181,105,92); }
div.DivClassName
{
background-color: #B5695C;
}
.BgClassName
{
background-color: #B5695C;
}
</style>
border-color css
<style>
span { border-color: #B5695C; }
span { border-color: rgb(181,105,92); }
td.TdClassName
{
border-color: #B5695C;
}
.TagClassName
{
border-color: #B5695C;
}
</style>