#B07871

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

Shades of Coral Tree #B07871

Tints of Coral Tree #B07871

Color information

#B07871 (or 0xB07871) is unknown color: approx Coral Tree. HEX triplet: B0, 78 and 71. RGB value is (176,120,113). Sum of RGB (Red+Green+Blue) = 176+120+113=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B07871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07871 is #4F878E. Grayscale: #888888. Windows color (decimal): -5212047 or 7436464. OLE color: 7436464.

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

Color convert

RGB176120113-
CMYK00.320.360.31
HSL6.67º28.51%56.67%-
HSV(B)6.67º35.8%69.02%-
XYZ27.623.8618.77-
YUV135.95115.05156.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 113 (44.53% from 255) = 27.63%
R=43.03%
G=29.34%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612011300.320.360.316.6728.5156.67
HexB07871020241F71d39
Octal260170161040443773571
Binary101100001111000111000101000001001001111111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07871; }

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

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

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

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

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

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

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

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