#B46F64

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

Shades of Coral Tree #B46F64

Tints of Coral Tree #B46F64

Color information

#B46F64 (or 0xB46F64) is unknown color: approx Coral Tree. HEX triplet: B4, 6F and 64. RGB value is (180,111,100). Sum of RGB (Red+Green+Blue) = 180+111+100=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F64 is #4B909B. Grayscale: #828282. Windows color (decimal): -4952220 or 6582196. OLE color: 6582196.

HSL color Cylindrical-coordinate representation of color #B46F64: hue angle of 8.25º degrees, saturation: 0.35, 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 #B46F64 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180111100-
CMYK00.380.440.29
HSL8.25º34.78%54.9%-
HSV(B)8.25º44.44%70.59%-
XYZ26.8121.9914.89-
YUV130.38110.86163.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 111 (43.75% from 255) = 28.39%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=46.04%
G=28.39%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011110000.380.440.298.2534.7854.9
HexB46F640262C1D82337
Octal2641571440465435104367
Binary10110100110111111001000100110101100111011000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F64; }

 p { color: rgb(180,111,100); }

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

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

 a { background-color: rgb(180,111,100); }

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

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

 span { border-color: rgb(180,111,100); }

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