#B1715F

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

Shades of Coral Tree #B1715F

Tints of Coral Tree #B1715F

Color information

#B1715F (or 0xB1715F) is unknown color: approx Coral Tree. HEX triplet: B1, 71 and 5F. RGB value is (177,113,95). Sum of RGB (Red+Green+Blue) = 177+113+95=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1715F is #4E8EA0. Grayscale: #828282. Windows color (decimal): -5148321 or 6255025. OLE color: 6255025.

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

Color convert

RGB17711395-
CMYK00.360.460.31
HSL13.17º34.45%53.33%-
HSV(B)13.17º46.33%69.41%-
XYZ26.121.9813.69-
YUV130.08108.2161.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=45.97%
G=29.35%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771139500.360.460.3113.1734.4553.33
HexB1715F0242E1Fd2235
Octal2611611370445637154265
Binary10110001111000110111110100100101110111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1715F; }

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

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

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

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

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

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

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

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