Shades of Coral Tree #B1685C
Tints of Coral Tree #B1685C
RGB
CMYK
RGB Variations
Color information
#B1685C (or 0xB1685C) is known color: Coral Tree. HEX triplet: B1, 68 and 5C. RGB value is (177,104,92). Sum of RGB (Red+Green+Blue) = 177+104+92=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1685C is #4E97A3. Grayscale: #7C7C7C. Windows color (decimal): -5150628 or 6056113. OLE color: 6056113.
HSL color Cylindrical-coordinate representation of color #B1685C: hue angle of 8.47º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1685C is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 92 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.31 |
| HSL | 8.47º | 0.35% | 0.53% | - |
| HSV(B) | 8.47º | 0.48% | 0.69% | - |
| XYZ | 25.01 | 20.02 | 12.67 | - |
| YUV | 124.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 92 | 0 | 0.41 | 0.48 | 0.31 | 8.47 | 0.35 | 0.53 |
| Hex | B1 | 68 | 5C | 0 | 29 | 30 | 1F | 8 | 23 | 35 |
| Octal | 261 | 150 | 134 | 0 | 51 | 60 | 37 | 10 | 43 | 65 |
| Binary | 10110001 | 1101000 | 1011100 | 0 | 101001 | 110000 | 11111 | 1000 | 100011 | 110101 |
Color Harmonies of #B1685C
Complementary color
Monochromatic Colors of #B1685C
Black with #B1685C
Text Example
Text Example
White with #B1685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1685C; }
p { color: rgb(177,104,92); }
H1.HeaderClassName
{
color: #B1685C;
}
.AnyTagClassName
{
color: #B1685C;
}
</style>
background-color css
<style>
a { background-color: #B1685C; }
a { background-color: rgb(177,104,92); }
div.DivClassName
{
background-color: #B1685C;
}
.BgClassName
{
background-color: #B1685C;
}
</style>
border-color css
<style>
span { border-color: #B1685C; }
span { border-color: rgb(177,104,92); }
td.TdClassName
{
border-color: #B1685C;
}
.TagClassName
{
border-color: #B1685C;
}
</style>