#B17066

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

Shades of Coral Tree #B17066

Tints of Coral Tree #B17066

Color information

#B17066 (or 0xB17066) is unknown color: approx Coral Tree. HEX triplet: B1, 70 and 66. RGB value is (177,112,102). Sum of RGB (Red+Green+Blue) = 177+112+102=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B17066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17066 is #4E8F99. Grayscale: #828282. Windows color (decimal): -5148570 or 6713521. OLE color: 6713521.

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

Color convert

RGB177112102-
CMYK00.370.420.31
HSL32.47%54.71%-
HSV(B)42.37%69.41%-
XYZ26.3221.8915.41-
YUV130.3112.03161.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=45.27%
G=28.64%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711210200.370.420.31832.4754.71
HexB170660252A1F82037
Octal2611601460455237104067
Binary10110001111000011001100100101101010111111000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17066; }

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

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

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

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

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

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

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

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