Shades of Coral Tree #B6675C
Tints of Coral Tree #B6675C
RGB
CMYK
RGB Variations
Color information
#B6675C (or 0xB6675C) is known color: Coral Tree. HEX triplet: B6, 67 and 5C. RGB value is (182,103,92). Sum of RGB (Red+Green+Blue) = 182+103+92=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6675C is #4998A3. Grayscale: #7D7D7D. Windows color (decimal): -4823204 or 6055862. OLE color: 6055862.
HSL color Cylindrical-coordinate representation of color #B6675C: hue angle of 7.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6675C is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 103 | 92 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.29 |
| HSL | 7.33º | 0.38% | 0.54% | - |
| HSV(B) | 7.33º | 0.49% | 0.71% | - |
| XYZ | 26.07 | 20.42 | 12.69 | - |
| YUV | 125.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 92 | 0 | 0.43 | 0.49 | 0.29 | 7.33 | 0.38 | 0.54 |
| Hex | B6 | 67 | 5C | 0 | 2B | 31 | 1D | 7 | 26 | 36 |
| Octal | 266 | 147 | 134 | 0 | 53 | 61 | 35 | 7 | 46 | 66 |
| Binary | 10110110 | 1100111 | 1011100 | 0 | 101011 | 110001 | 11101 | 111 | 100110 | 110110 |
Color Harmonies of #B6675C
Complementary color
Monochromatic Colors of #B6675C
Black with #B6675C
Text Example
Text Example
White with #B6675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6675C; }
p { color: rgb(182,103,92); }
H1.HeaderClassName
{
color: #B6675C;
}
.AnyTagClassName
{
color: #B6675C;
}
</style>
background-color css
<style>
a { background-color: #B6675C; }
a { background-color: rgb(182,103,92); }
div.DivClassName
{
background-color: #B6675C;
}
.BgClassName
{
background-color: #B6675C;
}
</style>
border-color css
<style>
span { border-color: #B6675C; }
span { border-color: rgb(182,103,92); }
td.TdClassName
{
border-color: #B6675C;
}
.TagClassName
{
border-color: #B6675C;
}
</style>