#BA8079

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

Shades of Brandy Rose #BA8079

Tints of Brandy Rose #BA8079

Color information

#BA8079 (or 0xBA8079) is unknown color: approx Brandy Rose. HEX triplet: BA, 80 and 79. RGB value is (186,128,121). Sum of RGB (Red+Green+Blue) = 186+128+121=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8079 is #457F86. Grayscale: #909090. Windows color (decimal): -4554631 or 7962810. OLE color: 7962810.

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

Color convert

RGB186128121-
CMYK00.310.350.27
HSL6.46º32.02%60.2%-
HSV(B)6.46º34.95%72.94%-
XYZ31.4227.2621.69-
YUV144.54114.72157.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=42.76%
G=29.43%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612812100.310.350.276.4632.0260.2
HexBA807901F231B6203c
Octal272200171037433364074
Binary1011101010000000111100101111110001111011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8079; }

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

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

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

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

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

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

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

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