#BA8579

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

Shades of Brandy Rose #BA8579

Tints of Brandy Rose #BA8579

Color information

#BA8579 (or 0xBA8579) is unknown color: approx Brandy Rose. HEX triplet: BA, 85 and 79. RGB value is (186,133,121). Sum of RGB (Red+Green+Blue) = 186+133+121=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8579 is #457A86. Grayscale: #939393. Windows color (decimal): -4553351 or 7964090. OLE color: 7964090.

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

Color convert

RGB186133121-
CMYK00.280.350.27
HSL11.08º32.02%60.2%-
HSV(B)11.08º34.95%72.94%-
XYZ32.0928.5921.92-
YUV147.48113.06155.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 121 (47.66% from 255) = 27.5%
R=42.27%
G=30.23%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613312100.280.350.2711.0832.0260.2
HexBA857901C231Bb203c
Octal2722051710344333134074
Binary10111010100001011111001011100100011110111011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8579; }

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

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

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

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

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

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

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

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