#B47566

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

Shades of Coral Tree #B47566

Tints of Coral Tree #B47566

Color information

#B47566 (or 0xB47566) is unknown color: approx Coral Tree. HEX triplet: B4, 75 and 66. RGB value is (180,117,102). Sum of RGB (Red+Green+Blue) = 180+117+102=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B47566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47566 is #4B8A99. Grayscale: #868686. Windows color (decimal): -4950682 or 6714804. OLE color: 6714804.

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

Color convert

RGB180117102-
CMYK00.350.430.29
HSL11.54º34.21%55.29%-
HSV(B)11.54º43.33%70.59%-
XYZ27.5823.3915.63-
YUV134.13109.87160.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 102 (40.23% from 255) = 25.56%
R=45.11%
G=29.32%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011710200.350.430.2911.5434.2155.29
HexB475660232B1Dc2237
Octal2641651460435335144267
Binary10110100111010111001100100011101011111011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47566; }

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

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

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

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

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

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

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

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