#B46E68

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

Shades of Coral Tree #B46E68

Tints of Coral Tree #B46E68

Color information

#B46E68 (or 0xB46E68) is unknown color: approx Coral Tree. HEX triplet: B4, 6E and 68. RGB value is (180,110,104). Sum of RGB (Red+Green+Blue) = 180+110+104=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E68 is #4B9197. Grayscale: #828282. Windows color (decimal): -4952472 or 6844084. OLE color: 6844084.

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

Color convert

RGB180110104-
CMYK00.390.420.29
HSL4.74º33.63%55.69%-
HSV(B)4.74º42.22%70.59%-
XYZ26.921.8515.9-
YUV130.25113.19163.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 110 (43.36% from 255) = 27.92%
BLUE value IS 104 (41.02% from 255) = 26.40%
R=45.69%
G=27.92%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011010400.390.420.294.7433.6355.69
HexB46E680272A1D52238
Octal264156150047523554270
Binary1011010011011101101000010011110101011101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E68; }

 p { color: rgb(180,110,104); }

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

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

 a { background-color: rgb(180,110,104); }

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

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

 span { border-color: rgb(180,110,104); }

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