Shades of Coral Tree #B67A69
Tints of Coral Tree #B67A69
RGB
CMYK
RGB Variations
Color information
#B67A69 (or 0xB67A69) is known color: Coral Tree. HEX triplet: B6, 7A and 69. RGB value is (182,122,105). Sum of RGB (Red+Green+Blue) = 182+122+105=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A69 is #498596. Grayscale: #8A8A8A. Windows color (decimal): -4818327 or 6912694. OLE color: 6912694.
HSL color Cylindrical-coordinate representation of color #B67A69: hue angle of 13.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B67A69 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 105 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.29 |
| HSL | 13.25º | 0.35% | 0.56% | - |
| HSV(B) | 13.25º | 0.42% | 0.71% | - |
| XYZ | 28.8 | 24.88 | 16.65 | - |
| YUV | 138 | 109.38 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 105 | 0 | 0.33 | 0.42 | 0.29 | 13.25 | 0.35 | 0.56 |
| Hex | B6 | 7A | 69 | 0 | 21 | 2A | 1D | D | 23 | 38 |
| Octal | 266 | 172 | 151 | 0 | 41 | 52 | 35 | 15 | 43 | 70 |
| Binary | 10110110 | 1111010 | 1101001 | 0 | 100001 | 101010 | 11101 | 1101 | 100011 | 111000 |
Color Harmonies of #B67A69
Complementary color
Monochromatic Colors of #B67A69
Black with #B67A69
Text Example
Text Example
White with #B67A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A69; }
p { color: rgb(182,122,105); }
H1.HeaderClassName
{
color: #B67A69;
}
.AnyTagClassName
{
color: #B67A69;
}
</style>
background-color css
<style>
a { background-color: #B67A69; }
a { background-color: rgb(182,122,105); }
div.DivClassName
{
background-color: #B67A69;
}
.BgClassName
{
background-color: #B67A69;
}
</style>
border-color css
<style>
span { border-color: #B67A69; }
span { border-color: rgb(182,122,105); }
td.TdClassName
{
border-color: #B67A69;
}
.TagClassName
{
border-color: #B67A69;
}
</style>