Shades of Coral Tree #B4685C
Tints of Coral Tree #B4685C
RGB
CMYK
RGB Variations
Color information
#B4685C (or 0xB4685C) is known color: Coral Tree. HEX triplet: B4, 68 and 5C. RGB value is (180,104,92). Sum of RGB (Red+Green+Blue) = 180+104+92=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4685C is #4B97A3. Grayscale: #7D7D7D. Windows color (decimal): -4954020 or 6056116. OLE color: 6056116.
HSL color Cylindrical-coordinate representation of color #B4685C: hue angle of 8.18º 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 #B4685C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 92 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.29 |
| HSL | 8.18º | 0.37% | 0.53% | - |
| HSV(B) | 8.18º | 0.49% | 0.71% | - |
| XYZ | 25.7 | 20.38 | 12.7 | - |
| YUV | 125.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 92 | 0 | 0.42 | 0.49 | 0.29 | 8.18 | 0.37 | 0.53 |
| Hex | B4 | 68 | 5C | 0 | 2A | 31 | 1D | 8 | 25 | 35 |
| Octal | 264 | 150 | 134 | 0 | 52 | 61 | 35 | 10 | 45 | 65 |
| Binary | 10110100 | 1101000 | 1011100 | 0 | 101010 | 110001 | 11101 | 1000 | 100101 | 110101 |
Color Harmonies of #B4685C
Complementary color
Monochromatic Colors of #B4685C
Black with #B4685C
Text Example
Text Example
White with #B4685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4685C; }
p { color: rgb(180,104,92); }
H1.HeaderClassName
{
color: #B4685C;
}
.AnyTagClassName
{
color: #B4685C;
}
</style>
background-color css
<style>
a { background-color: #B4685C; }
a { background-color: rgb(180,104,92); }
div.DivClassName
{
background-color: #B4685C;
}
.BgClassName
{
background-color: #B4685C;
}
</style>
border-color css
<style>
span { border-color: #B4685C; }
span { border-color: rgb(180,104,92); }
td.TdClassName
{
border-color: #B4685C;
}
.TagClassName
{
border-color: #B4685C;
}
</style>