#B47A69

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

Shades of Coral Tree #B47A69

Tints of Coral Tree #B47A69

Color information

#B47A69 (or 0xB47A69) is unknown color: approx Coral Tree. HEX triplet: B4, 7A and 69. RGB value is (180,122,105). Sum of RGB (Red+Green+Blue) = 180+122+105=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A69 is #4B8596. Grayscale: #898989. Windows color (decimal): -4949399 or 6912692. OLE color: 6912692.

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

Color convert

RGB180122105-
CMYK00.320.420.29
HSL13.6º33.33%55.88%-
HSV(B)13.6º41.67%70.59%-
XYZ28.3324.6416.63-
YUV137.4109.72158.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=44.23%
G=29.98%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012210500.320.420.2913.633.3355.88
HexB47A690202A1De2138
Octal2641721510405235164170
Binary10110100111101011010010100000101010111011110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A69; }

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

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

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

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

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

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

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

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