#BA8879

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

Shades of Brandy Rose #BA8879

Tints of Brandy Rose #BA8879

Color information

#BA8879 (or 0xBA8879) is unknown color: approx Brandy Rose. HEX triplet: BA, 88 and 79. RGB value is (186,136,121). Sum of RGB (Red+Green+Blue) = 186+136+121=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8879 is #457786. Grayscale: #959595. Windows color (decimal): -4552583 or 7964858. OLE color: 7964858.

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

Color convert

RGB186136121-
CMYK00.270.350.27
HSL13.85º32.02%60.2%-
HSV(B)13.85º34.95%72.94%-
XYZ32.5129.4322.06-
YUV149.24112.06154.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 121 (47.66% from 255) = 27.31%
R=41.99%
G=30.70%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613612100.270.350.2713.8532.0260.2
HexBA887901B231Be203c
Octal2722101710334333164074
Binary10111010100010001111001011011100011110111110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8879; }

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

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

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

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

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

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

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

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