#B07771

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

Shades of Coral Tree #B07771

Tints of Coral Tree #B07771

Color information

#B07771 (or 0xB07771) is unknown color: approx Coral Tree. HEX triplet: B0, 77 and 71. RGB value is (176,119,113). Sum of RGB (Red+Green+Blue) = 176+119+113=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B07771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07771 is #4F888E. Grayscale: #878787. Windows color (decimal): -5212303 or 7436208. OLE color: 7436208.

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

Color convert

RGB176119113-
CMYK00.320.360.31
HSL5.71º28.51%56.67%-
HSV(B)5.71º35.8%69.02%-
XYZ27.4823.6218.73-
YUV135.36115.38156.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=43.14%
G=29.17%
B=27.70%

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
Decimal17611911300.320.360.315.7128.5156.67
HexB07771020241F61d39
Octal260167161040443763571
Binary101100001110111111000101000001001001111111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07771; }

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

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

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

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

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

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

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

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