#B17266

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

Shades of Coral Tree #B17266

Tints of Coral Tree #B17266

Color information

#B17266 (or 0xB17266) is unknown color: approx Coral Tree. HEX triplet: B1, 72 and 66. RGB value is (177,114,102). Sum of RGB (Red+Green+Blue) = 177+114+102=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B17266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17266 is #4E8D99. Grayscale: #838383. Windows color (decimal): -5148058 or 6714033. OLE color: 6714033.

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

Color convert

RGB177114102-
CMYK00.360.420.31
HSL9.6º32.47%54.71%-
HSV(B)9.6º42.37%69.41%-
XYZ26.5522.3415.48-
YUV131.47111.37160.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=45.04%
G=29.01%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711410200.360.420.319.632.4754.71
HexB172660242A1Fa2037
Octal2611621460445237124067
Binary10110001111001011001100100100101010111111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17266; }

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

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

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

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

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

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

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

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