#B17464

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

Shades of Coral Tree #B17464

Tints of Coral Tree #B17464

Color information

#B17464 (or 0xB17464) is unknown color: approx Coral Tree. HEX triplet: B1, 74 and 64. RGB value is (177,116,100). Sum of RGB (Red+Green+Blue) = 177+116+100=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B17464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17464 is #4E8B9B. Grayscale: #848484. Windows color (decimal): -5147548 or 6583473. OLE color: 6583473.

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

Color convert

RGB177116100-
CMYK00.340.440.31
HSL12.47º33.05%54.31%-
HSV(B)12.47º43.5%69.41%-
XYZ26.6822.7615.04-
YUV132.42109.71159.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=45.04%
G=29.52%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711610000.340.440.3112.4733.0554.31
HexB174640222C1Fc2136
Octal2611641440425437144166
Binary10110001111010011001000100010101100111111100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17464; }

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

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

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

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

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

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

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

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