#B16A65

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

Shades of Coral Tree #B16A65

Tints of Coral Tree #B16A65

Color information

#B16A65 (or 0xB16A65) is unknown color: approx Coral Tree. HEX triplet: B1, 6A and 65. RGB value is (177,106,101). Sum of RGB (Red+Green+Blue) = 177+106+101=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16A65 is #4E959A. Grayscale: #7E7E7E. Windows color (decimal): -5150107 or 6646449. OLE color: 6646449.

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

Color convert

RGB177106101-
CMYK00.400.430.31
HSL3.95º32.76%54.51%-
HSV(B)3.95º42.94%69.41%-
XYZ25.6320.5914.94-
YUV126.66113.52163.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 101 (39.84% from 255) = 26.30%
R=46.09%
G=27.60%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710610100.400.430.313.9532.7654.51
HexB16A650282B1F42137
Octal261152145050533744167
Binary1011000111010101100101010100010101111111100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A65; }

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

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

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

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

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

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

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

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