#B46D65

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

Shades of Coral Tree #B46D65

Tints of Coral Tree #B46D65

Color information

#B46D65 (or 0xB46D65) is unknown color: approx Coral Tree. HEX triplet: B4, 6D and 65. RGB value is (180,109,101). Sum of RGB (Red+Green+Blue) = 180+109+101=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D65 is #4B929A. Grayscale: #818181. Windows color (decimal): -4952731 or 6647220. OLE color: 6647220.

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

Color convert

RGB180109101-
CMYK00.390.440.29
HSL6.08º34.5%55.1%-
HSV(B)6.08º43.89%70.59%-
XYZ26.6421.5815.07-
YUV129.32112.02164.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 101 (39.84% from 255) = 25.90%
R=46.15%
G=27.95%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010910100.390.440.296.0834.555.1
HexB46D650272C1D62237
Octal264155145047543564267
Binary1011010011011011100101010011110110011101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D65; }

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

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

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

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

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

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

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

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