#BA8576

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

Shades of Brandy Rose #BA8576

Tints of Brandy Rose #BA8576

Color information

#BA8576 (or 0xBA8576) is unknown color: approx Brandy Rose. HEX triplet: BA, 85 and 76. RGB value is (186,133,118). Sum of RGB (Red+Green+Blue) = 186+133+118=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8576 is #457A89. Grayscale: #939393. Windows color (decimal): -4553354 or 7767482. OLE color: 7767482.

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

Color convert

RGB186133118-
CMYK00.280.370.27
HSL13.24º33.01%59.61%-
HSV(B)13.24º36.56%72.94%-
XYZ31.9128.5220.96-
YUV147.14111.56155.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=42.56%
G=30.43%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613311800.280.370.2713.2433.0159.61
HexBA857601C251Bd213c
Octal2722051660344533154174
Binary10111010100001011110110011100100101110111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8576; }

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

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

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

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

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

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

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

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