#BA7F77

Color #BA7F77 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BA7F77

Tints of Brandy Rose #BA7F77

Color information

#BA7F77 (or 0xBA7F77) is unknown color: approx Brandy Rose. HEX triplet: BA, 7F and 77. RGB value is (186,127,119). Sum of RGB (Red+Green+Blue) = 186+127+119=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F77 is #458088. Grayscale: #8F8F8F. Windows color (decimal): -4554889 or 7831482. OLE color: 7831482.

HSL color Cylindrical-coordinate representation of color #BA7F77: hue angle of 7.16º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA7F77 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB186127119-
CMYK00.320.360.27
HSL7.16º32.68%59.8%-
HSV(B)7.16º36.02%72.94%-
XYZ31.1726.9521.01-
YUV143.73114.05158.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 119 (46.88% from 255) = 27.55%
R=43.06%
G=29.40%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612711900.320.360.277.1632.6859.8
HexBA7F77020241B7213c
Octal272177167040443374174
Binary1011101011111111110111010000010010011011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F77; }

 p { color: rgb(186,127,119); }

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

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

 a { background-color: rgb(186,127,119); }

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

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

 span { border-color: rgb(186,127,119); }

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