#B46A5A

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

Shades of Coral Tree #B46A5A

Tints of Coral Tree #B46A5A

Color information

#B46A5A (or 0xB46A5A) is unknown color: approx Coral Tree. HEX triplet: B4, 6A and 5A. RGB value is (180,106,90). Sum of RGB (Red+Green+Blue) = 180+106+90=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A5A is #4B95A5. Grayscale: #7E7E7E. Windows color (decimal): -4953510 or 5925556. OLE color: 5925556.

HSL color Cylindrical-coordinate representation of color #B46A5A: hue angle of 10.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B46A5A is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18010690-
CMYK00.410.500.29
HSL10.67º37.5%52.94%-
HSV(B)10.67º50%70.59%-
XYZ25.8220.7512.32-
YUV126.3107.52166.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=47.87%
G=28.19%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801069000.410.500.2910.6737.552.94
HexB46A5A029321Db2635
Octal2641521320516235134665
Binary10110100110101010110100101001110010111011011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A5A; }

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

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

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

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

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

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

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

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