#B16C5B

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

Shades of Coral Tree #B16C5B

Tints of Coral Tree #B16C5B

Color information

#B16C5B (or 0xB16C5B) is unknown color: approx Coral Tree. HEX triplet: B1, 6C and 5B. RGB value is (177,108,91). Sum of RGB (Red+Green+Blue) = 177+108+91=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C5B is #4E93A4. Grayscale: #7E7E7E. Windows color (decimal): -5149605 or 5991601. OLE color: 5991601.

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

Color convert

RGB17710891-
CMYK00.390.490.31
HSL11.86º35.54%52.55%-
HSV(B)11.86º48.59%69.41%-
XYZ25.3820.8312.58-
YUV126.69107.86163.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 108 (42.58% from 255) = 28.72%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=47.07%
G=28.72%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771089100.390.490.3111.8635.5452.55
HexB16C5B027311Fc2435
Octal2611541330476137144465
Binary10110001110110010110110100111110001111111100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C5B; }

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

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

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

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

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

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

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

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