Shades of Coral Tree #B1605C
Tints of Coral Tree #B1605C
RGB
CMYK
RGB Variations
Color information
#B1605C (or 0xB1605C) is known color: Coral Tree. HEX triplet: B1, 60 and 5C. RGB value is (177,96,92). Sum of RGB (Red+Green+Blue) = 177+96+92=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1605C is #4E9FA3. Grayscale: #777777. Windows color (decimal): -5152676 or 6054065. OLE color: 6054065.
HSL color Cylindrical-coordinate representation of color #B1605C: hue angle of 2.82º 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 #B1605C is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 92 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.31 |
| HSL | 2.82º | 0.35% | 0.53% | - |
| HSV(B) | 2.82º | 0.48% | 0.69% | - |
| XYZ | 24.25 | 18.49 | 12.42 | - |
| YUV | 119.76 | 112.34 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 92 | 0 | 0.46 | 0.48 | 0.31 | 2.82 | 0.35 | 0.53 |
| Hex | B1 | 60 | 5C | 0 | 2E | 30 | 1F | 3 | 23 | 35 |
| Octal | 261 | 140 | 134 | 0 | 56 | 60 | 37 | 3 | 43 | 65 |
| Binary | 10110001 | 1100000 | 1011100 | 0 | 101110 | 110000 | 11111 | 11 | 100011 | 110101 |
Color Harmonies of #B1605C
Complementary color
Monochromatic Colors of #B1605C
Black with #B1605C
Text Example
Text Example
White with #B1605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1605C; }
p { color: rgb(177,96,92); }
H1.HeaderClassName
{
color: #B1605C;
}
.AnyTagClassName
{
color: #B1605C;
}
</style>
background-color css
<style>
a { background-color: #B1605C; }
a { background-color: rgb(177,96,92); }
div.DivClassName
{
background-color: #B1605C;
}
.BgClassName
{
background-color: #B1605C;
}
</style>
border-color css
<style>
span { border-color: #B1605C; }
span { border-color: rgb(177,96,92); }
td.TdClassName
{
border-color: #B1605C;
}
.TagClassName
{
border-color: #B1605C;
}
</style>