#B46D68

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

Shades of Coral Tree #B46D68

Tints of Coral Tree #B46D68

Color information

#B46D68 (or 0xB46D68) is unknown color: approx Coral Tree. HEX triplet: B4, 6D and 68. RGB value is (180,109,104). Sum of RGB (Red+Green+Blue) = 180+109+104=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D68 is #4B9297. Grayscale: #818181. Windows color (decimal): -4952728 or 6843828. OLE color: 6843828.

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

Color convert

RGB180109104-
CMYK00.390.420.29
HSL3.95º33.63%55.69%-
HSV(B)3.95º42.22%70.59%-
XYZ26.7921.6415.86-
YUV129.66113.52163.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=45.80%
G=27.74%
B=26.46%

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
Decimal18010910400.390.420.293.9533.6355.69
HexB46D680272A1D42238
Octal264155150047523544270
Binary1011010011011011101000010011110101011101100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D68; }

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

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

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

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

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

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

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

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