#B37775

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

Shades of Coral Tree #B37775

Tints of Coral Tree #B37775

Color information

#B37775 (or 0xB37775) is unknown color: approx Coral Tree. HEX triplet: B3, 77 and 75. RGB value is (179,119,117). Sum of RGB (Red+Green+Blue) = 179+119+117=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B37775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37775 is #4C888A. Grayscale: #888888. Windows color (decimal): -5015691 or 7698355. OLE color: 7698355.

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

Color convert

RGB179119117-
CMYK00.340.350.30
HSL1.94º28.97%58.04%-
HSV(B)1.94º34.64%70.2%-
XYZ28.424.0619.98-
YUV136.71116.88158.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 119 (46.88% from 255) = 28.67%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=43.13%
G=28.67%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911911700.340.350.301.9428.9758.04
HexB37775022231E21d3a
Octal263167165042433623572
Binary10110011111011111101010100010100011111101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37775; }

 p { color: rgb(179,119,117); }

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

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

 a { background-color: rgb(179,119,117); }

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

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

 span { border-color: rgb(179,119,117); }

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