#B17270

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

Shades of Coral Tree #B17270

Tints of Coral Tree #B17270

Color information

#B17270 (or 0xB17270) is unknown color: approx Coral Tree. HEX triplet: B1, 72 and 70. RGB value is (177,114,112). Sum of RGB (Red+Green+Blue) = 177+114+112=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B17270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17270 is #4E8D8F. Grayscale: #848484. Windows color (decimal): -5148048 or 7369393. OLE color: 7369393.

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

Color convert

RGB177114112-
CMYK00.360.370.31
HSL1.85º29.41%56.67%-
HSV(B)1.85º36.72%69.41%-
XYZ27.0722.5518.26-
YUV132.61116.37159.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=43.92%
G=28.29%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711411200.360.370.311.8529.4156.67
HexB17270024251F21d39
Octal261162160044453723571
Binary10110001111001011100000100100100101111111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17270; }

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

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

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

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

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

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

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

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