#BA8D7C

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

Shades of Brandy Rose #BA8D7C

Tints of Brandy Rose #BA8D7C

Color information

#BA8D7C (or 0xBA8D7C) is unknown color: approx Brandy Rose. HEX triplet: BA, 8D and 7C. RGB value is (186,141,124). Sum of RGB (Red+Green+Blue) = 186+141+124=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D7C is #457283. Grayscale: #989898. Windows color (decimal): -4551300 or 8162746. OLE color: 8162746.

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

Color convert

RGB186141124-
CMYK00.240.330.27
HSL16.45º31%60.78%-
HSV(B)16.45º33.33%72.94%-
XYZ33.4130.9423.28-
YUV152.52111.91151.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 124 (48.83% from 255) = 27.49%
R=41.24%
G=31.26%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614112400.240.330.2716.453160.78
HexBA8D7C018211B101f3d
Octal2722151740304133203775
Binary10111010100011011111100011000100001110111000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D7C; }

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

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

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

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

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

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

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

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