#B47A66

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

Shades of Coral Tree #B47A66

Tints of Coral Tree #B47A66

Color information

#B47A66 (or 0xB47A66) is unknown color: approx Coral Tree. HEX triplet: B4, 7A and 66. RGB value is (180,122,102). Sum of RGB (Red+Green+Blue) = 180+122+102=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A66 is #4B8599. Grayscale: #898989. Windows color (decimal): -4949402 or 6716084. OLE color: 6716084.

HSL color Cylindrical-coordinate representation of color #B47A66: hue angle of 15.38º 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 #B47A66 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB180122102-
CMYK00.320.430.29
HSL15.38º34.21%55.29%-
HSV(B)15.38º43.33%70.59%-
XYZ28.1824.5815.83-
YUV137.06108.22158.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 122 (48.05% from 255) = 30.20%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=44.55%
G=30.20%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012210200.320.430.2915.3834.2155.29
HexB47A660202B1Df2237
Octal2641721460405335174267
Binary10110100111101011001100100000101011111011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A66; }

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

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

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

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

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

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

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

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