#B36560

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

Shades of Coral Tree #B36560

Tints of Coral Tree #B36560

Color information

#B36560 (or 0xB36560) is unknown color: approx Coral Tree. HEX triplet: B3, 65 and 60. RGB value is (179,101,96). Sum of RGB (Red+Green+Blue) = 179+101+96=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B36560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36560 is #4C9A9F. Grayscale: #7B7B7B. Windows color (decimal): -5020320 or 6317491. OLE color: 6317491.

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

Color convert

RGB17910196-
CMYK00.440.460.30
HSL3.61º35.32%53.92%-
HSV(B)3.61º46.37%70.2%-
XYZ25.3619.7413.54-
YUV123.75112.34167.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=47.61%
G=26.86%
B=25.53%

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
Decimal1791019600.440.460.303.6135.3253.92
HexB3656002C2E1E42336
Octal263145140054563644366
Binary1011001111001011100000010110010111011110100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36560; }

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

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

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

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

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

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

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

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