#B3716F

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

Shades of Coral Tree #B3716F

Tints of Coral Tree #B3716F

Color information

#B3716F (or 0xB3716F) is unknown color: approx Coral Tree. HEX triplet: B3, 71 and 6F. RGB value is (179,113,111). Sum of RGB (Red+Green+Blue) = 179+113+111=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3716F is #4C8E90. Grayscale: #848484. Windows color (decimal): -5017233 or 7303603. OLE color: 7303603.

HSL color Cylindrical-coordinate representation of color #B3716F: hue angle of 1.76º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3716F is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB179113111-
CMYK00.370.380.30
HSL1.76º30.91%56.86%-
HSV(B)1.76º37.99%70.2%-
XYZ27.3622.5417.95-
YUV132.51115.87161.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=44.42%
G=28.04%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911311100.370.380.301.7630.9156.86
HexB3716F025261E21f39
Octal263161157045463623771
Binary10110011111000111011110100101100110111101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3716F; }

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

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

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

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

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

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

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

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