#B37160

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

Shades of Coral Tree #B37160

Tints of Coral Tree #B37160

Color information

#B37160 (or 0xB37160) is unknown color: approx Coral Tree. HEX triplet: B3, 71 and 60. RGB value is (179,113,96). Sum of RGB (Red+Green+Blue) = 179+113+96=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B37160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37160 is #4C8E9F. Grayscale: #828282. Windows color (decimal): -5017248 or 6320563. OLE color: 6320563.

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

Color convert

RGB17911396-
CMYK00.370.460.30
HSL12.29º35.32%53.92%-
HSV(B)12.29º46.37%70.2%-
XYZ26.6122.2413.96-
YUV130.8108.37162.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=46.13%
G=29.12%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791139600.370.460.3012.2935.3253.92
HexB371600252E1Ec2336
Octal2631611400455636144366
Binary10110011111000111000000100101101110111101100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37160; }

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

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

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

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

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

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

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

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