#B16E5C

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

Shades of Coral Tree #B16E5C

Tints of Coral Tree #B16E5C

Color information

#B16E5C (or 0xB16E5C) is unknown color: approx Coral Tree. HEX triplet: B1, 6E and 5C. RGB value is (177,110,92). Sum of RGB (Red+Green+Blue) = 177+110+92=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16E5C is #4E91A3. Grayscale: #808080. Windows color (decimal): -5149092 or 6057649. OLE color: 6057649.

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

Color convert

RGB17711092-
CMYK00.380.480.31
HSL12.71º35.27%52.75%-
HSV(B)12.71º48.02%69.41%-
XYZ25.6421.2712.88-
YUV127.98107.7162.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 110 (43.36% from 255) = 29.02%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=46.70%
G=29.02%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771109200.380.480.3112.7135.2752.75
HexB16E5C026301Fd2335
Octal2611561340466037154365
Binary10110001110111010111000100110110000111111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16E5C; }

 p { color: rgb(177,110,92); }

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

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

 a { background-color: rgb(177,110,92); }

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

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

 span { border-color: rgb(177,110,92); }

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