#b16b65

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

Shades of Coral Tree #B16B65

Tints of Coral Tree #B16B65

Color information

#B16B65 (or 0xB16B65) is unknown color: approx Coral Tree. HEX triplet: B1, 6B and 65. RGB value is (177,107,101). Sum of RGB (Red+Green+Blue) = 177+107+101=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B65 is #4E949A. Grayscale: #7F7F7F. Windows color (decimal): -5149851 or 6646705. OLE color: 6646705.

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

Color convert

RGB177107101-
CMYK00.400.430.31
HSL4.74º32.76%54.51%-
HSV(B)4.74º42.94%69.41%-
XYZ25.7420.814.97-
YUV127.25113.19163.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=45.97%
G=27.79%
B=26.23%

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
Decimal17710710100.400.430.314.7432.7654.51
HexB16B650282B1F52137
Octal261153145050533754167
Binary1011000111010111100101010100010101111111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b16b65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b16b65; }

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

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

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

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

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

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

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

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