#B16C6C

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

Shades of Coral Tree #B16C6C

Tints of Coral Tree #B16C6C

Color information

#B16C6C (or 0xB16C6C) is unknown color: approx Coral Tree. HEX triplet: B1, 6C and 6C. RGB value is (177,108,108). Sum of RGB (Red+Green+Blue) = 177+108+108=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C6C is #4E9393. Grayscale: #808080. Windows color (decimal): -5149588 or 7105713. OLE color: 7105713.

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

Color convert

RGB177108108-
CMYK00.390.390.31
HSL30.67%55.88%-
HSV(B)38.98%69.41%-
XYZ26.221.1516.89-
YUV128.63116.36162.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 108 (42.58% from 255) = 27.48%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=45.04%
G=27.48%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710810800.390.390.31030.6755.88
HexB16C6C027271F01f38
Octal261154154047473703770
Binary1011000111011001101100010011110011111111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C6C; }

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

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

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

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

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

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

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

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