Shades of Coral Tree #B5706B
Tints of Coral Tree #B5706B
RGB
CMYK
RGB Variations
Color information
#B5706B (or 0xB5706B) is known color: Coral Tree. HEX triplet: B5, 70 and 6B. RGB value is (181,112,107). Sum of RGB (Red+Green+Blue) = 181+112+107=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B5706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5706B is #4A8F94. Grayscale: #848484. Windows color (decimal): -4886421 or 7041205. OLE color: 7041205.
HSL color Cylindrical-coordinate representation of color #B5706B: hue angle of 4.05º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5706B is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 112 | 107 | - |
CMYK | 0 | 0.38 | 0.41 | 0.29 |
HSL | 4.05º | 0.33% | 0.56% | - |
HSV(B) | 4.05º | 0.41% | 0.71% | - |
XYZ | 27.5 | 22.47 | 16.8 | - |
YUV | 132.06 | 113.86 | 162.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 112 | 107 | 0 | 0.38 | 0.41 | 0.29 | 4.05 | 0.33 | 0.56 |
Hex | B5 | 70 | 6B | 0 | 26 | 29 | 1D | 4 | 21 | 38 |
Octal | 265 | 160 | 153 | 0 | 46 | 51 | 35 | 4 | 41 | 70 |
Binary | 10110101 | 1110000 | 1101011 | 0 | 100110 | 101001 | 11101 | 100 | 100001 | 111000 |
Color Harmonies of #B5706B
Complementary color
Monochromatic Colors of #B5706B
Black with #B5706B
Text Example
Text Example
White with #B5706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5706B; }
p { color: rgb(181,112,107); }
H1.HeaderClassName
{
color: #B5706B;
}
.AnyTagClassName
{
color: #B5706B;
}
</style>
background-color css
<style>
a { background-color: #B5706B; }
a { background-color: rgb(181,112,107); }
div.DivClassName
{
background-color: #B5706B;
}
.BgClassName
{
background-color: #B5706B;
}
</style>
border-color css
<style>
span { border-color: #B5706B; }
span { border-color: rgb(181,112,107); }
td.TdClassName
{
border-color: #B5706B;
}
.TagClassName
{
border-color: #B5706B;
}
</style>