Shades of Coral Tree #B77461
Tints of Coral Tree #B77461
RGB
CMYK
RGB Variations
Color information
#B77461 (or 0xB77461) is known color: Coral Tree. HEX triplet: B7, 74 and 61. RGB value is (183,116,97). Sum of RGB (Red+Green+Blue) = 183+116+97=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B77461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77461 is #488B9E. Grayscale: #868686. Windows color (decimal): -4754335 or 6386871. OLE color: 6386871.
HSL color Cylindrical-coordinate representation of color #B77461: hue angle of 13.26º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B77461 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 97 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.28 |
| HSL | 13.26º | 0.37% | 0.55% | - |
| HSV(B) | 13.26º | 0.47% | 0.72% | - |
| XYZ | 27.93 | 23.42 | 14.36 | - |
| YUV | 133.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 97 | 0 | 0.37 | 0.47 | 0.28 | 13.26 | 0.37 | 0.55 |
| Hex | B7 | 74 | 61 | 0 | 25 | 2F | 1C | D | 25 | 37 |
| Octal | 267 | 164 | 141 | 0 | 45 | 57 | 34 | 15 | 45 | 67 |
| Binary | 10110111 | 1110100 | 1100001 | 0 | 100101 | 101111 | 11100 | 1101 | 100101 | 110111 |
Color Harmonies of #B77461
Complementary color
Monochromatic Colors of #B77461
Black with #B77461
Text Example
Text Example
White with #B77461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77461; }
p { color: rgb(183,116,97); }
H1.HeaderClassName
{
color: #B77461;
}
.AnyTagClassName
{
color: #B77461;
}
</style>
background-color css
<style>
a { background-color: #B77461; }
a { background-color: rgb(183,116,97); }
div.DivClassName
{
background-color: #B77461;
}
.BgClassName
{
background-color: #B77461;
}
</style>
border-color css
<style>
span { border-color: #B77461; }
span { border-color: rgb(183,116,97); }
td.TdClassName
{
border-color: #B77461;
}
.TagClassName
{
border-color: #B77461;
}
</style>