#B46A5C

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

Shades of Coral Tree #B46A5C

Tints of Coral Tree #B46A5C

Color information

#B46A5C (or 0xB46A5C) is unknown color: approx Coral Tree. HEX triplet: B4, 6A and 5C. RGB value is (180,106,92). Sum of RGB (Red+Green+Blue) = 180+106+92=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A5C is #4B95A3. Grayscale: #7E7E7E. Windows color (decimal): -4953508 or 6056628. OLE color: 6056628.

HSL color Cylindrical-coordinate representation of color #B46A5C: hue angle of 9.55º 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 #B46A5C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18010692-
CMYK00.410.490.29
HSL9.55º36.97%53.33%-
HSV(B)9.55º48.89%70.59%-
XYZ25.9120.7812.77-
YUV126.53108.52166.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=47.62%
G=28.04%
B=24.34%

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
Decimal1801069200.410.490.299.5536.9753.33
HexB46A5C029311Da2535
Octal2641521340516135124565
Binary10110100110101010111000101001110001111011010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A5C; }

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

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

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

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

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

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

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

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