#B46964

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

Shades of Coral Tree #B46964

Tints of Coral Tree #B46964

Color information

#B46964 (or 0xB46964) is unknown color: approx Coral Tree. HEX triplet: B4, 69 and 64. RGB value is (180,105,100). Sum of RGB (Red+Green+Blue) = 180+105+100=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B46964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46964 is #4B969B. Grayscale: #7E7E7E. Windows color (decimal): -4953756 or 6580660. OLE color: 6580660.

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

Color convert

RGB180105100-
CMYK00.420.440.29
HSL3.75º34.78%54.9%-
HSV(B)3.75º44.44%70.59%-
XYZ26.1720.7314.68-
YUV126.86112.85165.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=46.75%
G=27.27%
B=25.97%

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
Decimal18010510000.420.440.293.7534.7854.9
HexB4696402A2C1D42337
Octal264151144052543544367
Binary1011010011010011100100010101010110011101100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46964; }

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

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

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

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

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

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

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

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