#B17271

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

Shades of Coral Tree #B17271

Tints of Coral Tree #B17271

Color information

#B17271 (or 0xB17271) is unknown color: approx Coral Tree. HEX triplet: B1, 72 and 71. RGB value is (177,114,113). Sum of RGB (Red+Green+Blue) = 177+114+113=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B17271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17271 is #4E8D8E. Grayscale: #848484. Windows color (decimal): -5148047 or 7434929. OLE color: 7434929.

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

Color convert

RGB177114113-
CMYK00.360.360.31
HSL0.94º29.09%56.86%-
HSV(B)0.94º36.16%69.41%-
XYZ27.1322.5718.55-
YUV132.72116.87159.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=43.81%
G=28.22%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711411300.360.360.310.9429.0956.86
HexB17271024241F11d39
Octal261162161044443713571
Binary1011000111100101110001010010010010011111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17271; }

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

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

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

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

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

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

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

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