Shades of Coral Tree #B3675F
Tints of Coral Tree #B3675F
RGB
CMYK
RGB Variations
Color information
#B3675F (or 0xB3675F) is known color: Coral Tree. HEX triplet: B3, 67 and 5F. RGB value is (179,103,95). Sum of RGB (Red+Green+Blue) = 179+103+95=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3675F is #4C98A0. Grayscale: #7C7C7C. Windows color (decimal): -5019809 or 6252467. OLE color: 6252467.
HSL color Cylindrical-coordinate representation of color #B3675F: hue angle of 5.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3675F is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 95 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.30 |
| HSL | 5.71º | 0.36% | 0.54% | - |
| HSV(B) | 5.71º | 0.47% | 0.7% | - |
| XYZ | 25.51 | 20.11 | 13.36 | - |
| YUV | 124.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 95 | 0 | 0.42 | 0.47 | 0.30 | 5.71 | 0.36 | 0.54 |
| Hex | B3 | 67 | 5F | 0 | 2A | 2F | 1E | 6 | 24 | 36 |
| Octal | 263 | 147 | 137 | 0 | 52 | 57 | 36 | 6 | 44 | 66 |
| Binary | 10110011 | 1100111 | 1011111 | 0 | 101010 | 101111 | 11110 | 110 | 100100 | 110110 |
Color Harmonies of #B3675F
Complementary color
Monochromatic Colors of #B3675F
Black with #B3675F
Text Example
Text Example
White with #B3675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3675F; }
p { color: rgb(179,103,95); }
H1.HeaderClassName
{
color: #B3675F;
}
.AnyTagClassName
{
color: #B3675F;
}
</style>
background-color css
<style>
a { background-color: #B3675F; }
a { background-color: rgb(179,103,95); }
div.DivClassName
{
background-color: #B3675F;
}
.BgClassName
{
background-color: #B3675F;
}
</style>
border-color css
<style>
span { border-color: #B3675F; }
span { border-color: rgb(179,103,95); }
td.TdClassName
{
border-color: #B3675F;
}
.TagClassName
{
border-color: #B3675F;
}
</style>