#B46963

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

Shades of Coral Tree #B46963

Tints of Coral Tree #B46963

Color information

#B46963 (or 0xB46963) is unknown color: approx Coral Tree. HEX triplet: B4, 69 and 63. RGB value is (180,105,99). Sum of RGB (Red+Green+Blue) = 180+105+99=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B46963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46963 is #4B969C. Grayscale: #7E7E7E. Windows color (decimal): -4953757 or 6515124. OLE color: 6515124.

HSL color Cylindrical-coordinate representation of color #B46963: hue angle of 4.44º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B46963 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18010599-
CMYK00.420.450.29
HSL4.44º35.06%54.71%-
HSV(B)4.44º45%70.59%-
XYZ26.1320.7114.42-
YUV126.74112.35165.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 99 (39.06% from 255) = 25.78%
R=46.88%
G=27.34%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801059900.420.450.294.4435.0654.71
HexB4696302A2D1D42337
Octal264151143052553544367
Binary1011010011010011100011010101010110111101100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46963; }

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

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

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

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

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

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

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

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