#B47A6A

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

Shades of Coral Tree #B47A6A

Tints of Coral Tree #B47A6A

Color information

#B47A6A (or 0xB47A6A) is unknown color: approx Coral Tree. HEX triplet: B4, 7A and 6A. RGB value is (180,122,106). Sum of RGB (Red+Green+Blue) = 180+122+106=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A6A is #4B8595. Grayscale: #898989. Windows color (decimal): -4949398 or 6978228. OLE color: 6978228.

HSL color Cylindrical-coordinate representation of color #B47A6A: hue angle of 12.97º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B47A6A is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180122106-
CMYK00.320.410.29
HSL12.97º33.04%56.08%-
HSV(B)12.97º41.11%70.59%-
XYZ28.3824.6616.9-
YUV137.52110.22158.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=44.12%
G=29.90%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012210600.320.410.2912.9733.0456.08
HexB47A6A020291Dd2138
Octal2641721520405135154170
Binary10110100111101011010100100000101001111011101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A6A; }

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

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

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

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

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

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

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

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