#B46A5B

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

Shades of Coral Tree #B46A5B

Tints of Coral Tree #B46A5B

Color information

#B46A5B (or 0xB46A5B) is unknown color: approx Coral Tree. HEX triplet: B4, 6A and 5B. RGB value is (180,106,91). Sum of RGB (Red+Green+Blue) = 180+106+91=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A5B is #4B95A4. Grayscale: #7E7E7E. Windows color (decimal): -4953509 or 5991092. OLE color: 5991092.

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

Color convert

RGB18010691-
CMYK00.410.490.29
HSL10.11º37.24%53.14%-
HSV(B)10.11º49.44%70.59%-
XYZ25.8620.7712.54-
YUV126.42108.02166.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=47.75%
G=28.12%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801069100.410.490.2910.1137.2453.14
HexB46A5B029311Da2535
Octal2641521330516135124565
Binary10110100110101010110110101001110001111011010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A5B; }

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

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

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

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

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

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

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

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