#B07671

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

Shades of Coral Tree #B07671

Tints of Coral Tree #B07671

Color information

#B07671 (or 0xB07671) is unknown color: approx Coral Tree. HEX triplet: B0, 76 and 71. RGB value is (176,118,113). Sum of RGB (Red+Green+Blue) = 176+118+113=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B07671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07671 is #4F898E. Grayscale: #868686. Windows color (decimal): -5212559 or 7435952. OLE color: 7435952.

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

Color convert

RGB176118113-
CMYK00.330.360.31
HSL4.76º28.51%56.67%-
HSV(B)4.76º35.8%69.02%-
XYZ27.3623.3818.69-
YUV134.77115.72157.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 113 (44.53% from 255) = 27.76%
R=43.24%
G=28.99%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611811300.330.360.314.7628.5156.67
HexB07671021241F51d39
Octal260166161041443753571
Binary101100001110110111000101000011001001111110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07671; }

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

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

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

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

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

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

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

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