#B46D60

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

Shades of Coral Tree #B46D60

Tints of Coral Tree #B46D60

Color information

#B46D60 (or 0xB46D60) is unknown color: approx Coral Tree. HEX triplet: B4, 6D and 60. RGB value is (180,109,96). Sum of RGB (Red+Green+Blue) = 180+109+96=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D60 is #4B929F. Grayscale: #808080. Windows color (decimal): -4952736 or 6319540. OLE color: 6319540.

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

Color convert

RGB18010996-
CMYK00.390.470.29
HSL9.29º35.9%54.12%-
HSV(B)9.29º46.67%70.59%-
XYZ26.421.4913.82-
YUV128.75109.52164.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 109 (42.97% from 255) = 28.31%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=46.75%
G=28.31%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801099600.390.470.299.2935.954.12
HexB46D600272F1D92436
Octal2641551400475735114466
Binary10110100110110111000000100111101111111011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D60; }

 p { color: rgb(180,109,96); }

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

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

 a { background-color: rgb(180,109,96); }

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

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

 span { border-color: rgb(180,109,96); }

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