#B16A5B

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

Shades of Coral Tree #B16A5B

Tints of Coral Tree #B16A5B

Color information

#B16A5B (or 0xB16A5B) is unknown color: approx Coral Tree. HEX triplet: B1, 6A and 5B. RGB value is (177,106,91). Sum of RGB (Red+Green+Blue) = 177+106+91=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16A5B is #4E95A4. Grayscale: #7D7D7D. Windows color (decimal): -5150117 or 5991089. OLE color: 5991089.

HSL color Cylindrical-coordinate representation of color #B16A5B: hue angle of 10.47º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B16A5B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17710691-
CMYK00.400.490.31
HSL10.47º35.54%52.55%-
HSV(B)10.47º48.59%69.41%-
XYZ25.1720.4112.51-
YUV125.52108.52164.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 91 (35.94% from 255) = 24.33%
R=47.33%
G=28.34%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771069100.400.490.3110.4735.5452.55
HexB16A5B028311Fa2435
Octal2611521330506137124465
Binary10110001110101010110110101000110001111111010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A5B; }

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

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

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

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

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

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

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

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