#B36460

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

Shades of Coral Tree #B36460

Tints of Coral Tree #B36460

Color information

#B36460 (or 0xB36460) is unknown color: approx Coral Tree. HEX triplet: B3, 64 and 60. RGB value is (179,100,96). Sum of RGB (Red+Green+Blue) = 179+100+96=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B36460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36460 is #4C9B9F. Grayscale: #7B7B7B. Windows color (decimal): -5020576 or 6317235. OLE color: 6317235.

HSL color Cylindrical-coordinate representation of color #B36460: hue angle of 2.89º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36460 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17910096-
CMYK00.440.460.30
HSL2.89º35.32%53.92%-
HSV(B)2.89º46.37%70.2%-
XYZ25.2619.5413.51-
YUV123.16112.67167.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=47.73%
G=26.67%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791009600.440.460.302.8935.3253.92
HexB3646002C2E1E32336
Octal263144140054563634366
Binary101100111100100110000001011001011101111011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36460; }

 p { color: rgb(179,100,96); }

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

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

 a { background-color: rgb(179,100,96); }

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

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

 span { border-color: rgb(179,100,96); }

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