#B17060

Color #B17060 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #B17060

Tints of Coral Tree #B17060

Color information

#B17060 (or 0xB17060) is unknown color: approx Coral Tree. HEX triplet: B1, 70 and 60. RGB value is (177,112,96). Sum of RGB (Red+Green+Blue) = 177+112+96=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B17060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17060 is #4E8F9F. Grayscale: #818181. Windows color (decimal): -5148576 or 6320305. OLE color: 6320305.

HSL color Cylindrical-coordinate representation of color #B17060: hue angle of 11.85º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B17060 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17711296-
CMYK00.370.460.31
HSL11.85º34.18%53.53%-
HSV(B)11.85º45.76%69.41%-
XYZ26.0421.7813.9-
YUV129.61109.03161.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=45.97%
G=29.09%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771129600.370.460.3111.8534.1853.53
HexB170600252E1Fc2236
Octal2611601400455637144266
Binary10110001111000011000000100101101110111111100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17060; }

 p { color: rgb(177,112,96); }

 H1.HeaderClassName
 {
   color: #B17060;
 }
 .AnyTagClassName
 {
   color: #B17060;
 }
</style>
background-color css

<style>
 a { background-color: #B17060; }

 a { background-color: rgb(177,112,96); }

 div.DivClassName
 {
   background-color: #B17060;
 }
 .BgClassName
 {
   background-color: #B17060;
 }
</style>
border-color css

<style>
 span { border-color: #B17060; }

 span { border-color: rgb(177,112,96); }

 td.TdClassName
 {
   border-color: #B17060;
 }
 .TagClassName
 {
   border-color: #B17060;
 }
</style>