#B16A5D

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

Shades of Coral Tree #B16A5D

Tints of Coral Tree #B16A5D

Color information

#B16A5D (or 0xB16A5D) is unknown color: approx Coral Tree. HEX triplet: B1, 6A and 5D. RGB value is (177,106,93). Sum of RGB (Red+Green+Blue) = 177+106+93=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16A5D is #4E95A2. Grayscale: #7D7D7D. Windows color (decimal): -5150115 or 6122161. OLE color: 6122161.

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

Color convert

RGB17710693-
CMYK00.400.470.31
HSL9.29º35%52.94%-
HSV(B)9.29º47.46%69.41%-
XYZ25.2620.4512.97-
YUV125.75109.52164.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 93 (36.72% from 255) = 24.73%
R=47.07%
G=28.19%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771069300.400.470.319.293552.94
HexB16A5D0282F1F92335
Octal2611521350505737114365
Binary10110001110101010111010101000101111111111001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A5D; }

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

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

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

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

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

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

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

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