#BA7977

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

Shades of Brandy Rose #BA7977

Tints of Brandy Rose #BA7977

Color information

#BA7977 (or 0xBA7977) is unknown color: approx Brandy Rose. HEX triplet: BA, 79 and 77. RGB value is (186,121,119). Sum of RGB (Red+Green+Blue) = 186+121+119=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7977 is #458688. Grayscale: #8C8C8C. Windows color (decimal): -4556425 or 7829946. OLE color: 7829946.

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

Color convert

RGB186121119-
CMYK00.350.360.27
HSL1.79º32.68%59.8%-
HSV(B)1.79º36.02%72.94%-
XYZ30.4225.4520.76-
YUV140.21116.03160.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 121 (47.66% from 255) = 28.40%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=43.66%
G=28.40%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612111900.350.360.271.7932.6859.8
HexBA7977023241B2213c
Octal272171167043443324174
Binary101110101111001111011101000111001001101110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7977; }

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

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

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

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

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

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

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

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