#BA8977

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

Shades of Brandy Rose #BA8977

Tints of Brandy Rose #BA8977

Color information

#BA8977 (or 0xBA8977) is unknown color: approx Brandy Rose. HEX triplet: BA, 89 and 77. RGB value is (186,137,119). Sum of RGB (Red+Green+Blue) = 186+137+119=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8977 is #457688. Grayscale: #959595. Windows color (decimal): -4552329 or 7834042. OLE color: 7834042.

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

Color convert

RGB186137119-
CMYK00.260.360.27
HSL16.12º32.68%59.8%-
HSV(B)16.12º36.02%72.94%-
XYZ32.5329.6621.46-
YUV149.6110.73153.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 119 (46.88% from 255) = 26.92%
R=42.08%
G=31.00%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613711900.260.360.2716.1232.6859.8
HexBA897701A241B10213c
Octal2722111670324433204174
Binary101110101000100111101110110101001001101110000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8977; }

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

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

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

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

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

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

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

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