#B46A5D

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

Shades of Coral Tree #B46A5D

Tints of Coral Tree #B46A5D

Color information

#B46A5D (or 0xB46A5D) is unknown color: approx Coral Tree. HEX triplet: B4, 6A and 5D. RGB value is (180,106,93). Sum of RGB (Red+Green+Blue) = 180+106+93=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A5D is #4B95A2. Grayscale: #7E7E7E. Windows color (decimal): -4953507 or 6122164. OLE color: 6122164.

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

Color convert

RGB18010693-
CMYK00.410.480.29
HSL8.97º36.71%53.53%-
HSV(B)8.97º48.33%70.59%-
XYZ25.9520.813-
YUV126.64109.02166.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=47.49%
G=27.97%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801069300.410.480.298.9736.7153.53
HexB46A5D029301D92536
Octal2641521350516035114566
Binary10110100110101010111010101001110000111011001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A5D; }

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

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

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

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

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

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

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

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