#B46D62

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

Shades of Coral Tree #B46D62

Tints of Coral Tree #B46D62

Color information

#B46D62 (or 0xB46D62) is unknown color: approx Coral Tree. HEX triplet: B4, 6D and 62. RGB value is (180,109,98). Sum of RGB (Red+Green+Blue) = 180+109+98=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D62 is #4B929D. Grayscale: #818181. Windows color (decimal): -4952734 or 6450612. OLE color: 6450612.

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

Color convert

RGB18010998-
CMYK00.390.460.29
HSL8.05º35.34%54.51%-
HSV(B)8.05º45.56%70.59%-
XYZ26.521.5214.31-
YUV128.98110.52164.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 98 (38.67% from 255) = 25.32%
R=46.51%
G=28.17%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801099800.390.460.298.0535.3454.51
HexB46D620272E1D82337
Octal2641551420475635104367
Binary10110100110110111000100100111101110111011000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D62; }

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

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

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

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

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

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

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

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