#B17264

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

Shades of Coral Tree #B17264

Tints of Coral Tree #B17264

Color information

#B17264 (or 0xB17264) is unknown color: approx Coral Tree. HEX triplet: B1, 72 and 64. RGB value is (177,114,100). Sum of RGB (Red+Green+Blue) = 177+114+100=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B17264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17264 is #4E8D9B. Grayscale: #838383. Windows color (decimal): -5148060 or 6582961. OLE color: 6582961.

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

Color convert

RGB177114100-
CMYK00.360.440.31
HSL10.91º33.05%54.31%-
HSV(B)10.91º43.5%69.41%-
XYZ26.4522.314.97-
YUV131.24110.37160.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=45.27%
G=29.16%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711410000.360.440.3110.9133.0554.31
HexB172640242C1Fb2136
Octal2611621440445437134166
Binary10110001111001011001000100100101100111111011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17264; }

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

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

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

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

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

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

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

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