#B2716F

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

Shades of Coral Tree #B2716F

Tints of Coral Tree #B2716F

Color information

#B2716F (or 0xB2716F) is unknown color: approx Coral Tree. HEX triplet: B2, 71 and 6F. RGB value is (178,113,111). Sum of RGB (Red+Green+Blue) = 178+113+111=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2716F is #4D8E90. Grayscale: #848484. Windows color (decimal): -5082769 or 7303602. OLE color: 7303602.

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

Color convert

RGB178113111-
CMYK00.370.380.30
HSL1.79º30.32%56.67%-
HSV(B)1.79º37.64%69.8%-
XYZ27.1322.4217.94-
YUV132.21116.03160.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 111 (43.75% from 255) = 27.61%
R=44.28%
G=28.11%
B=27.61%

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
Decimal17811311100.370.380.301.7930.3256.67
HexB2716F025261E21e39
Octal262161157045463623671
Binary10110010111000111011110100101100110111101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2716F; }

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

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

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

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

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

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

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

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