Shades of Coral Tree #B7695C
Tints of Coral Tree #B7695C
RGB
CMYK
RGB Variations
Color information
#B7695C (or 0xB7695C) is known color: Coral Tree. HEX triplet: B7, 69 and 5C. RGB value is (183,105,92). Sum of RGB (Red+Green+Blue) = 183+105+92=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7695C is #4896A3. Grayscale: #7E7E7E. Windows color (decimal): -4757156 or 6056375. OLE color: 6056375.
HSL color Cylindrical-coordinate representation of color #B7695C: hue angle of 8.57º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7695C is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 105 | 92 | - |
CMYK | 0 | 0.43 | 0.50 | 0.28 |
HSL | 8.57º | 0.39% | 0.54% | - |
HSV(B) | 8.57º | 0.5% | 0.72% | - |
XYZ | 26.51 | 20.94 | 12.77 | - |
YUV | 126.84 | 108.34 | 168.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 105 | 92 | 0 | 0.43 | 0.50 | 0.28 | 8.57 | 0.39 | 0.54 |
Hex | B7 | 69 | 5C | 0 | 2B | 32 | 1C | 9 | 27 | 36 |
Octal | 267 | 151 | 134 | 0 | 53 | 62 | 34 | 11 | 47 | 66 |
Binary | 10110111 | 1101001 | 1011100 | 0 | 101011 | 110010 | 11100 | 1001 | 100111 | 110110 |
Color Harmonies of #B7695C
Complementary color
Monochromatic Colors of #B7695C
Black with #B7695C
Text Example
Text Example
White with #B7695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7695C; }
p { color: rgb(183,105,92); }
H1.HeaderClassName
{
color: #B7695C;
}
.AnyTagClassName
{
color: #B7695C;
}
</style>
background-color css
<style>
a { background-color: #B7695C; }
a { background-color: rgb(183,105,92); }
div.DivClassName
{
background-color: #B7695C;
}
.BgClassName
{
background-color: #B7695C;
}
</style>
border-color css
<style>
span { border-color: #B7695C; }
span { border-color: rgb(183,105,92); }
td.TdClassName
{
border-color: #B7695C;
}
.TagClassName
{
border-color: #B7695C;
}
</style>