#B1716B

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

Shades of Coral Tree #B1716B

Tints of Coral Tree #B1716B

Color information

#B1716B (or 0xB1716B) is unknown color: approx Coral Tree. HEX triplet: B1, 71 and 6B. RGB value is (177,113,107). Sum of RGB (Red+Green+Blue) = 177+113+107=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1716B is #4E8E94. Grayscale: #838383. Windows color (decimal): -5148309 or 7041457. OLE color: 7041457.

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

Color convert

RGB177113107-
CMYK00.360.400.31
HSL5.14º30.97%55.69%-
HSV(B)5.14º39.55%69.41%-
XYZ26.6922.2216.79-
YUV131.45114.2160.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=44.58%
G=28.46%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711310700.360.400.315.1430.9755.69
HexB1716B024281F51f38
Octal261161153044503753770
Binary101100011110001110101101001001010001111110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1716B; }

 p { color: rgb(177,113,107); }

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

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

 a { background-color: rgb(177,113,107); }

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

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

 span { border-color: rgb(177,113,107); }

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