Shades of Coral Tree #B4655B
Tints of Coral Tree #B4655B
RGB
CMYK
RGB Variations
Color information
#B4655B (or 0xB4655B) is known color: Coral Tree. HEX triplet: B4, 65 and 5B. RGB value is (180,101,91). Sum of RGB (Red+Green+Blue) = 180+101+91=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4655B is #4B9AA4. Grayscale: #7B7B7B. Windows color (decimal): -4954789 or 5989812. OLE color: 5989812.
HSL color Cylindrical-coordinate representation of color #B4655B: hue angle of 6.74º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4655B is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 91 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.29 |
| HSL | 6.74º | 0.37% | 0.53% | - |
| HSV(B) | 6.74º | 0.49% | 0.71% | - |
| XYZ | 25.36 | 19.77 | 12.38 | - |
| YUV | 123.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 91 | 0 | 0.44 | 0.49 | 0.29 | 6.74 | 0.37 | 0.53 |
| Hex | B4 | 65 | 5B | 0 | 2C | 31 | 1D | 7 | 25 | 35 |
| Octal | 264 | 145 | 133 | 0 | 54 | 61 | 35 | 7 | 45 | 65 |
| Binary | 10110100 | 1100101 | 1011011 | 0 | 101100 | 110001 | 11101 | 111 | 100101 | 110101 |
Color Harmonies of #B4655B
Complementary color
Monochromatic Colors of #B4655B
Black with #B4655B
Text Example
Text Example
White with #B4655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4655B; }
p { color: rgb(180,101,91); }
H1.HeaderClassName
{
color: #B4655B;
}
.AnyTagClassName
{
color: #B4655B;
}
</style>
background-color css
<style>
a { background-color: #B4655B; }
a { background-color: rgb(180,101,91); }
div.DivClassName
{
background-color: #B4655B;
}
.BgClassName
{
background-color: #B4655B;
}
</style>
border-color css
<style>
span { border-color: #B4655B; }
span { border-color: rgb(180,101,91); }
td.TdClassName
{
border-color: #B4655B;
}
.TagClassName
{
border-color: #B4655B;
}
</style>