Shades of Coral Tree #B67263
Tints of Coral Tree #B67263
RGB
CMYK
RGB Variations
Color information
#B67263 (or 0xB67263) is known color: Coral Tree. HEX triplet: B6, 72 and 63. RGB value is (182,114,99). Sum of RGB (Red+Green+Blue) = 182+114+99=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B67263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67263 is #498D9C. Grayscale: #848484. Windows color (decimal): -4820381 or 6517430. OLE color: 6517430.
HSL color Cylindrical-coordinate representation of color #B67263: hue angle of 10.84º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B67263 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 99 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.29 |
| HSL | 10.84º | 0.36% | 0.55% | - |
| HSV(B) | 10.84º | 0.46% | 0.71% | - |
| XYZ | 27.56 | 22.88 | 14.77 | - |
| YUV | 132.62 | 109.03 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 99 | 0 | 0.37 | 0.46 | 0.29 | 10.84 | 0.36 | 0.55 |
| Hex | B6 | 72 | 63 | 0 | 25 | 2E | 1D | B | 24 | 37 |
| Octal | 266 | 162 | 143 | 0 | 45 | 56 | 35 | 13 | 44 | 67 |
| Binary | 10110110 | 1110010 | 1100011 | 0 | 100101 | 101110 | 11101 | 1011 | 100100 | 110111 |
Color Harmonies of #B67263
Complementary color
Monochromatic Colors of #B67263
Black with #B67263
Text Example
Text Example
White with #B67263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67263; }
p { color: rgb(182,114,99); }
H1.HeaderClassName
{
color: #B67263;
}
.AnyTagClassName
{
color: #B67263;
}
</style>
background-color css
<style>
a { background-color: #B67263; }
a { background-color: rgb(182,114,99); }
div.DivClassName
{
background-color: #B67263;
}
.BgClassName
{
background-color: #B67263;
}
</style>
border-color css
<style>
span { border-color: #B67263; }
span { border-color: rgb(182,114,99); }
td.TdClassName
{
border-color: #B67263;
}
.TagClassName
{
border-color: #B67263;
}
</style>