#B46F65

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

Shades of Coral Tree #B46F65

Tints of Coral Tree #B46F65

Color information

#B46F65 (or 0xB46F65) is unknown color: approx Coral Tree. HEX triplet: B4, 6F and 65. RGB value is (180,111,101). Sum of RGB (Red+Green+Blue) = 180+111+101=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F65 is #4B909A. Grayscale: #828282. Windows color (decimal): -4952219 or 6647732. OLE color: 6647732.

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

Color convert

RGB180111101-
CMYK00.380.440.29
HSL7.59º34.5%55.1%-
HSV(B)7.59º43.89%70.59%-
XYZ26.8622.0115.15-
YUV130.49111.36163.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 111 (43.75% from 255) = 28.32%
BLUE value IS 101 (39.84% from 255) = 25.77%
R=45.92%
G=28.32%
B=25.77%

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
Decimal18011110100.380.440.297.5934.555.1
HexB46F650262C1D82237
Octal2641571450465435104267
Binary10110100110111111001010100110101100111011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F65; }

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

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

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

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

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

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

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

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