#B47572

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

Shades of Coral Tree #B47572

Tints of Coral Tree #B47572

Color information

#B47572 (or 0xB47572) is unknown color: approx Coral Tree. HEX triplet: B4, 75 and 72. RGB value is (180,117,114). Sum of RGB (Red+Green+Blue) = 180+117+114=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B47572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47572 is #4B8A8D. Grayscale: #878787. Windows color (decimal): -4950670 or 7501236. OLE color: 7501236.

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

Color convert

RGB180117114-
CMYK00.350.370.29
HSL2.73º30.56%57.65%-
HSV(B)2.73º36.67%70.59%-
XYZ28.2223.6419-
YUV135.5115.87159.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=43.80%
G=28.47%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011711400.350.370.292.7330.5657.65
HexB47572023251D31f3a
Octal264165162043453533772
Binary10110100111010111100100100011100101111011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47572; }

 p { color: rgb(180,117,114); }

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

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

 a { background-color: rgb(180,117,114); }

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

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

 span { border-color: rgb(180,117,114); }

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