#B16A60

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

Shades of Coral Tree #B16A60

Tints of Coral Tree #B16A60

Color information

#B16A60 (or 0xB16A60) is unknown color: approx Coral Tree. HEX triplet: B1, 6A and 60. RGB value is (177,106,96). Sum of RGB (Red+Green+Blue) = 177+106+96=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16A60 is #4E959F. Grayscale: #7E7E7E. Windows color (decimal): -5150112 or 6318769. OLE color: 6318769.

HSL color Cylindrical-coordinate representation of color #B16A60: hue angle of 7.41º 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 #B16A60 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17710696-
CMYK00.400.460.31
HSL7.41º34.18%53.53%-
HSV(B)7.41º45.76%69.41%-
XYZ25.420.513.68-
YUV126.09111.02164.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=46.70%
G=27.97%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771069600.400.460.317.4134.1853.53
HexB16A600282E1F72236
Octal261152140050563774266
Binary1011000111010101100000010100010111011111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A60; }

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

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

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

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

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

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

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

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