#B07371

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

Shades of Coral Tree #B07371

Tints of Coral Tree #B07371

Color information

#B07371 (or 0xB07371) is unknown color: approx Coral Tree. HEX triplet: B0, 73 and 71. RGB value is (176,115,113). Sum of RGB (Red+Green+Blue) = 176+115+113=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B07371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07371 is #4F8C8E. Grayscale: #858585. Windows color (decimal): -5213327 or 7435184. OLE color: 7435184.

HSL color Cylindrical-coordinate representation of color #B07371: hue angle of 1.9º 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 #B07371 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB176115113-
CMYK00.350.360.31
HSL1.9º28.51%56.67%-
HSV(B)1.9º35.8%69.02%-
XYZ27.0222.6818.58-
YUV133.01116.71158.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.56%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=43.56%
G=28.47%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611511300.350.360.311.928.5156.67
HexB07371023241F21d39
Octal260163161043443723571
Binary10110000111001111100010100011100100111111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07371; }

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

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

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

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

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

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

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

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