#B46965

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

Shades of Coral Tree #B46965

Tints of Coral Tree #B46965

Color information

#B46965 (or 0xB46965) is unknown color: approx Coral Tree. HEX triplet: B4, 69 and 65. RGB value is (180,105,101). Sum of RGB (Red+Green+Blue) = 180+105+101=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B46965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46965 is #4B969A. Grayscale: #7F7F7F. Windows color (decimal): -4953755 or 6646196. OLE color: 6646196.

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

Color convert

RGB180105101-
CMYK00.420.440.29
HSL3.04º34.5%55.1%-
HSV(B)3.04º43.89%70.59%-
XYZ26.2220.7514.93-
YUV126.97113.35165.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=46.63%
G=27.20%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010510100.420.440.293.0434.555.1
HexB4696502A2C1D32237
Octal264151145052543534267
Binary101101001101001110010101010101011001110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46965; }

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

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

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

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

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

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

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

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