#BA857C

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

Shades of Brandy Rose #BA857C

Tints of Brandy Rose #BA857C

Color information

#BA857C (or 0xBA857C) is unknown color: approx Brandy Rose. HEX triplet: BA, 85 and 7C. RGB value is (186,133,124). Sum of RGB (Red+Green+Blue) = 186+133+124=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA857C is #457A83. Grayscale: #939393. Windows color (decimal): -4553348 or 8160698. OLE color: 8160698.

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

Color convert

RGB186133124-
CMYK00.280.330.27
HSL8.71º31%60.78%-
HSV(B)8.71º33.33%72.94%-
XYZ32.2828.6722.9-
YUV147.82114.56155.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=41.99%
G=30.02%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613312400.280.330.278.713160.78
HexBA857C01C211B91f3d
Octal2722051740344133113775
Binary1011101010000101111110001110010000111011100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA857C; }

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

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

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

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

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

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

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

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