#B16A66

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

Shades of Coral Tree #B16A66

Tints of Coral Tree #B16A66

Color information

#B16A66 (or 0xB16A66) is unknown color: approx Coral Tree. HEX triplet: B1, 6A and 66. RGB value is (177,106,102). Sum of RGB (Red+Green+Blue) = 177+106+102=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16A66 is #4E9599. Grayscale: #7E7E7E. Windows color (decimal): -5150106 or 6711985. OLE color: 6711985.

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

Color convert

RGB177106102-
CMYK00.400.420.31
HSL3.2º32.47%54.71%-
HSV(B)3.2º42.37%69.41%-
XYZ25.6820.6115.2-
YUV126.77114.02163.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=45.97%
G=27.53%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710610200.400.420.313.232.4754.71
HexB16A660282A1F32037
Octal261152146050523734067
Binary101100011101010110011001010001010101111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A66; }

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

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

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

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

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

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

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

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