Shades of Coral Tree #B2655B
Tints of Coral Tree #B2655B
RGB
CMYK
RGB Variations
Color information
#B2655B (or 0xB2655B) is known color: Coral Tree. HEX triplet: B2, 65 and 5B. RGB value is (178,101,91). Sum of RGB (Red+Green+Blue) = 178+101+91=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2655B is #4D9AA4. Grayscale: #7B7B7B. Windows color (decimal): -5085861 or 5989810. OLE color: 5989810.
HSL color Cylindrical-coordinate representation of color #B2655B: hue angle of 6.9º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2655B is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 91 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.30 |
| HSL | 6.9º | 0.36% | 0.53% | - |
| HSV(B) | 6.9º | 0.49% | 0.7% | - |
| XYZ | 24.9 | 19.53 | 12.35 | - |
| YUV | 122.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 91 | 0 | 0.43 | 0.49 | 0.30 | 6.9 | 0.36 | 0.53 |
| Hex | B2 | 65 | 5B | 0 | 2B | 31 | 1E | 7 | 24 | 35 |
| Octal | 262 | 145 | 133 | 0 | 53 | 61 | 36 | 7 | 44 | 65 |
| Binary | 10110010 | 1100101 | 1011011 | 0 | 101011 | 110001 | 11110 | 111 | 100100 | 110101 |
Color Harmonies of #B2655B
Complementary color
Monochromatic Colors of #B2655B
Black with #B2655B
Text Example
Text Example
White with #B2655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2655B; }
p { color: rgb(178,101,91); }
H1.HeaderClassName
{
color: #B2655B;
}
.AnyTagClassName
{
color: #B2655B;
}
</style>
background-color css
<style>
a { background-color: #B2655B; }
a { background-color: rgb(178,101,91); }
div.DivClassName
{
background-color: #B2655B;
}
.BgClassName
{
background-color: #B2655B;
}
</style>
border-color css
<style>
span { border-color: #B2655B; }
span { border-color: rgb(178,101,91); }
td.TdClassName
{
border-color: #B2655B;
}
.TagClassName
{
border-color: #B2655B;
}
</style>