Shades of Coral Tree #B26F67
Tints of Coral Tree #B26F67
RGB
CMYK
RGB Variations
Color information
#B26F67 (or 0xB26F67) is known color: Coral Tree. HEX triplet: B2, 6F and 67. RGB value is (178,111,103). Sum of RGB (Red+Green+Blue) = 178+111+103=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F67 is #4D9098. Grayscale: #828282. Windows color (decimal): -5083289 or 6778802. OLE color: 6778802.
HSL color Cylindrical-coordinate representation of color #B26F67: hue angle of 6.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26F67 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 111 | 103 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.30 |
| HSL | 6.4º | 0.33% | 0.55% | - |
| HSV(B) | 6.4º | 0.42% | 0.7% | - |
| XYZ | 26.49 | 21.81 | 15.65 | - |
| YUV | 130.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 103 | 0 | 0.38 | 0.42 | 0.30 | 6.4 | 0.33 | 0.55 |
| Hex | B2 | 6F | 67 | 0 | 26 | 2A | 1E | 6 | 21 | 37 |
| Octal | 262 | 157 | 147 | 0 | 46 | 52 | 36 | 6 | 41 | 67 |
| Binary | 10110010 | 1101111 | 1100111 | 0 | 100110 | 101010 | 11110 | 110 | 100001 | 110111 |
Color Harmonies of #B26F67
Complementary color
Monochromatic Colors of #B26F67
Black with #B26F67
Text Example
Text Example
White with #B26F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26F67; }
p { color: rgb(178,111,103); }
H1.HeaderClassName
{
color: #B26F67;
}
.AnyTagClassName
{
color: #B26F67;
}
</style>
background-color css
<style>
a { background-color: #B26F67; }
a { background-color: rgb(178,111,103); }
div.DivClassName
{
background-color: #B26F67;
}
.BgClassName
{
background-color: #B26F67;
}
</style>
border-color css
<style>
span { border-color: #B26F67; }
span { border-color: rgb(178,111,103); }
td.TdClassName
{
border-color: #B26F67;
}
.TagClassName
{
border-color: #B26F67;
}
</style>