#B0716E

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

Shades of Coral Tree #B0716E

Tints of Coral Tree #B0716E

Color information

#B0716E (or 0xB0716E) is unknown color: approx Coral Tree. HEX triplet: B0, 71 and 6E. RGB value is (176,113,110). Sum of RGB (Red+Green+Blue) = 176+113+110=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0716E is #4F8E91. Grayscale: #838383. Windows color (decimal): -5213842 or 7238064. OLE color: 7238064.

HSL color Cylindrical-coordinate representation of color #B0716E: hue angle of 2.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0716E is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB176113110-
CMYK00.360.370.31
HSL2.73º29.46%56.08%-
HSV(B)2.73º37.5%69.02%-
XYZ26.6222.1717.63-
YUV131.5115.87159.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 113 (44.53% from 255) = 28.32%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=44.11%
G=28.32%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611311000.360.370.312.7329.4656.08
HexB0716E024251F31d38
Octal260161156044453733570
Binary10110000111000111011100100100100101111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0716E; }

 p { color: rgb(176,113,110); }

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

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

 a { background-color: rgb(176,113,110); }

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

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

 span { border-color: rgb(176,113,110); }

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