#B46764

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

Shades of Coral Tree #B46764

Tints of Coral Tree #B46764

Color information

#B46764 (or 0xB46764) is unknown color: approx Coral Tree. HEX triplet: B4, 67 and 64. RGB value is (180,103,100). Sum of RGB (Red+Green+Blue) = 180+103+100=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B46764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46764 is #4B989B. Grayscale: #7D7D7D. Windows color (decimal): -4954268 or 6580148. OLE color: 6580148.

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

Color convert

RGB180103100-
CMYK00.430.440.29
HSL2.25º34.78%54.9%-
HSV(B)2.25º44.44%70.59%-
XYZ25.9720.3214.61-
YUV125.68113.51166.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=47.00%
G=26.89%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010310000.430.440.292.2534.7854.9
HexB4676402B2C1D22337
Octal264147144053543524367
Binary101101001100111110010001010111011001110110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46764; }

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

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

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

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

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

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

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

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