Shades of Coral Tree #B3665A
Tints of Coral Tree #B3665A
RGB
CMYK
RGB Variations
Color information
#B3665A (or 0xB3665A) is known color: Coral Tree. HEX triplet: B3, 66 and 5A. RGB value is (179,102,90). Sum of RGB (Red+Green+Blue) = 179+102+90=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3665A is #4C99A5. Grayscale: #7B7B7B. Windows color (decimal): -5020070 or 5924531. OLE color: 5924531.
HSL color Cylindrical-coordinate representation of color #B3665A: hue angle of 8.09º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3665A is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 90 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.30 |
| HSL | 8.09º | 0.37% | 0.53% | - |
| HSV(B) | 8.09º | 0.5% | 0.7% | - |
| XYZ | 25.19 | 19.82 | 12.17 | - |
| YUV | 123.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 90 | 0 | 0.43 | 0.50 | 0.30 | 8.09 | 0.37 | 0.53 |
| Hex | B3 | 66 | 5A | 0 | 2B | 32 | 1E | 8 | 25 | 35 |
| Octal | 263 | 146 | 132 | 0 | 53 | 62 | 36 | 10 | 45 | 65 |
| Binary | 10110011 | 1100110 | 1011010 | 0 | 101011 | 110010 | 11110 | 1000 | 100101 | 110101 |
Color Harmonies of #B3665A
Complementary color
Monochromatic Colors of #B3665A
Black with #B3665A
Text Example
Text Example
White with #B3665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3665A; }
p { color: rgb(179,102,90); }
H1.HeaderClassName
{
color: #B3665A;
}
.AnyTagClassName
{
color: #B3665A;
}
</style>
background-color css
<style>
a { background-color: #B3665A; }
a { background-color: rgb(179,102,90); }
div.DivClassName
{
background-color: #B3665A;
}
.BgClassName
{
background-color: #B3665A;
}
</style>
border-color css
<style>
span { border-color: #B3665A; }
span { border-color: rgb(179,102,90); }
td.TdClassName
{
border-color: #B3665A;
}
.TagClassName
{
border-color: #B3665A;
}
</style>