Shades of Coral Tree #B0645A
Tints of Coral Tree #B0645A
RGB
CMYK
RGB Variations
Color information
#B0645A (or 0xB0645A) is known color: Coral Tree. HEX triplet: B0, 64 and 5A. RGB value is (176,100,90). Sum of RGB (Red+Green+Blue) = 176+100+90=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0645A is #4F9BA5. Grayscale: #797979. Windows color (decimal): -5217190 or 5924016. OLE color: 5924016.
HSL color Cylindrical-coordinate representation of color #B0645A: hue angle of 6.98º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0645A is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 90 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.31 |
| HSL | 6.98º | 0.35% | 0.52% | - |
| HSV(B) | 6.98º | 0.49% | 0.69% | - |
| XYZ | 24.31 | 19.08 | 12.08 | - |
| YUV | 121.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 90 | 0 | 0.43 | 0.49 | 0.31 | 6.98 | 0.35 | 0.52 |
| Hex | B0 | 64 | 5A | 0 | 2B | 31 | 1F | 7 | 23 | 34 |
| Octal | 260 | 144 | 132 | 0 | 53 | 61 | 37 | 7 | 43 | 64 |
| Binary | 10110000 | 1100100 | 1011010 | 0 | 101011 | 110001 | 11111 | 111 | 100011 | 110100 |
Color Harmonies of #B0645A
Complementary color
Monochromatic Colors of #B0645A
Black with #B0645A
Text Example
Text Example
White with #B0645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0645A; }
p { color: rgb(176,100,90); }
H1.HeaderClassName
{
color: #B0645A;
}
.AnyTagClassName
{
color: #B0645A;
}
</style>
background-color css
<style>
a { background-color: #B0645A; }
a { background-color: rgb(176,100,90); }
div.DivClassName
{
background-color: #B0645A;
}
.BgClassName
{
background-color: #B0645A;
}
</style>
border-color css
<style>
span { border-color: #B0645A; }
span { border-color: rgb(176,100,90); }
td.TdClassName
{
border-color: #B0645A;
}
.TagClassName
{
border-color: #B0645A;
}
</style>