Shades of Coral Tree #B27A6C
Tints of Coral Tree #B27A6C
RGB
CMYK
RGB Variations
Color information
#B27A6C (or 0xB27A6C) is known color: Coral Tree. HEX triplet: B2, 7A and 6C. RGB value is (178,122,108). Sum of RGB (Red+Green+Blue) = 178+122+108=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A6C is #4D8593. Grayscale: #898989. Windows color (decimal): -5080468 or 7109298. OLE color: 7109298.
HSL color Cylindrical-coordinate representation of color #B27A6C: hue angle of 12º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B27A6C is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 108 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.30 |
| HSL | 12º | 0.31% | 0.56% | - |
| HSV(B) | 12º | 0.39% | 0.7% | - |
| XYZ | 28.03 | 24.47 | 17.43 | - |
| YUV | 137.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 108 | 0 | 0.31 | 0.39 | 0.30 | 12 | 0.31 | 0.56 |
| Hex | B2 | 7A | 6C | 0 | 1F | 27 | 1E | C | 1F | 38 |
| Octal | 262 | 172 | 154 | 0 | 37 | 47 | 36 | 14 | 37 | 70 |
| Binary | 10110010 | 1111010 | 1101100 | 0 | 11111 | 100111 | 11110 | 1100 | 11111 | 111000 |
Color Harmonies of #B27A6C
Complementary color
Monochromatic Colors of #B27A6C
Black with #B27A6C
Text Example
Text Example
White with #B27A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A6C; }
p { color: rgb(178,122,108); }
H1.HeaderClassName
{
color: #B27A6C;
}
.AnyTagClassName
{
color: #B27A6C;
}
</style>
background-color css
<style>
a { background-color: #B27A6C; }
a { background-color: rgb(178,122,108); }
div.DivClassName
{
background-color: #B27A6C;
}
.BgClassName
{
background-color: #B27A6C;
}
</style>
border-color css
<style>
span { border-color: #B27A6C; }
span { border-color: rgb(178,122,108); }
td.TdClassName
{
border-color: #B27A6C;
}
.TagClassName
{
border-color: #B27A6C;
}
</style>