Shades of Coral Tree #B3665D
Tints of Coral Tree #B3665D
RGB
CMYK
RGB Variations
Color information
#B3665D (or 0xB3665D) is known color: Coral Tree. HEX triplet: B3, 66 and 5D. RGB value is (179,102,93). Sum of RGB (Red+Green+Blue) = 179+102+93=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3665D is #4C99A2. Grayscale: #7C7C7C. Windows color (decimal): -5020067 or 6121139. OLE color: 6121139.
HSL color Cylindrical-coordinate representation of color #B3665D: hue angle of 6.28º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3665D is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 93 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.30 |
| HSL | 6.28º | 0.36% | 0.53% | - |
| HSV(B) | 6.28º | 0.48% | 0.7% | - |
| XYZ | 25.32 | 19.88 | 12.86 | - |
| YUV | 124 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 93 | 0 | 0.43 | 0.48 | 0.30 | 6.28 | 0.36 | 0.53 |
| Hex | B3 | 66 | 5D | 0 | 2B | 30 | 1E | 6 | 24 | 35 |
| Octal | 263 | 146 | 135 | 0 | 53 | 60 | 36 | 6 | 44 | 65 |
| Binary | 10110011 | 1100110 | 1011101 | 0 | 101011 | 110000 | 11110 | 110 | 100100 | 110101 |
Color Harmonies of #B3665D
Complementary color
Monochromatic Colors of #B3665D
Black with #B3665D
Text Example
Text Example
White with #B3665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3665D; }
p { color: rgb(179,102,93); }
H1.HeaderClassName
{
color: #B3665D;
}
.AnyTagClassName
{
color: #B3665D;
}
</style>
background-color css
<style>
a { background-color: #B3665D; }
a { background-color: rgb(179,102,93); }
div.DivClassName
{
background-color: #B3665D;
}
.BgClassName
{
background-color: #B3665D;
}
</style>
border-color css
<style>
span { border-color: #B3665D; }
span { border-color: rgb(179,102,93); }
td.TdClassName
{
border-color: #B3665D;
}
.TagClassName
{
border-color: #B3665D;
}
</style>