Shades of Coral Tree #B4675F
Tints of Coral Tree #B4675F
RGB
CMYK
RGB Variations
Color information
#B4675F (or 0xB4675F) is known color: Coral Tree. HEX triplet: B4, 67 and 5F. RGB value is (180,103,95). Sum of RGB (Red+Green+Blue) = 180+103+95=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B4675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4675F is #4B98A0. Grayscale: #7D7D7D. Windows color (decimal): -4954273 or 6252468. OLE color: 6252468.
HSL color Cylindrical-coordinate representation of color #B4675F: hue angle of 5.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4675F is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 95 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.29 |
| HSL | 5.65º | 0.36% | 0.54% | - |
| HSV(B) | 5.65º | 0.47% | 0.71% | - |
| XYZ | 25.74 | 20.23 | 13.37 | - |
| YUV | 125.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 95 | 0 | 0.43 | 0.47 | 0.29 | 5.65 | 0.36 | 0.54 |
| Hex | B4 | 67 | 5F | 0 | 2B | 2F | 1D | 6 | 24 | 36 |
| Octal | 264 | 147 | 137 | 0 | 53 | 57 | 35 | 6 | 44 | 66 |
| Binary | 10110100 | 1100111 | 1011111 | 0 | 101011 | 101111 | 11101 | 110 | 100100 | 110110 |
Color Harmonies of #B4675F
Complementary color
Monochromatic Colors of #B4675F
Black with #B4675F
Text Example
Text Example
White with #B4675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4675F; }
p { color: rgb(180,103,95); }
H1.HeaderClassName
{
color: #B4675F;
}
.AnyTagClassName
{
color: #B4675F;
}
</style>
background-color css
<style>
a { background-color: #B4675F; }
a { background-color: rgb(180,103,95); }
div.DivClassName
{
background-color: #B4675F;
}
.BgClassName
{
background-color: #B4675F;
}
</style>
border-color css
<style>
span { border-color: #B4675F; }
span { border-color: rgb(180,103,95); }
td.TdClassName
{
border-color: #B4675F;
}
.TagClassName
{
border-color: #B4675F;
}
</style>