#BA8873

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

Shades of Brandy Rose #BA8873

Tints of Brandy Rose #BA8873

Color information

#BA8873 (or 0xBA8873) is unknown color: approx Brandy Rose. HEX triplet: BA, 88 and 73. RGB value is (186,136,115). Sum of RGB (Red+Green+Blue) = 186+136+115=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8873 is #45778C. Grayscale: #949494. Windows color (decimal): -4552589 or 7571642. OLE color: 7571642.

HSL color Cylindrical-coordinate representation of color #BA8873: hue angle of 17.75º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA8873 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB186136115-
CMYK00.270.380.27
HSL17.75º33.97%59.02%-
HSV(B)17.75º38.17%72.94%-
XYZ32.1529.2920.18-
YUV148.56109.06154.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=42.56%
G=31.12%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613611500.270.380.2717.7533.9759.02
HexBA887301B261B12223b
Octal2722101630334633224273
Binary101110101000100011100110110111001101101110010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8873; }

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

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

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

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

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

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

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

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