#B46C65

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

Shades of Coral Tree #B46C65

Tints of Coral Tree #B46C65

Color information

#B46C65 (or 0xB46C65) is unknown color: approx Coral Tree. HEX triplet: B4, 6C and 65. RGB value is (180,108,101). Sum of RGB (Red+Green+Blue) = 180+108+101=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C65 is #4B939A. Grayscale: #808080. Windows color (decimal): -4952987 or 6646964. OLE color: 6646964.

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

Color convert

RGB180108101-
CMYK00.400.440.29
HSL5.32º34.5%55.1%-
HSV(B)5.32º43.89%70.59%-
XYZ26.5321.3715.04-
YUV128.73112.35164.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 108 (42.58% from 255) = 27.76%
BLUE value IS 101 (39.84% from 255) = 25.96%
R=46.27%
G=27.76%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010810100.400.440.295.3234.555.1
HexB46C650282C1D52237
Octal264154145050543554267
Binary1011010011011001100101010100010110011101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C65; }

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

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

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

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

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

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

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

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