#BA8D79

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

Shades of Brandy Rose #BA8D79

Tints of Brandy Rose #BA8D79

Color information

#BA8D79 (or 0xBA8D79) is unknown color: approx Brandy Rose. HEX triplet: BA, 8D and 79. RGB value is (186,141,121). Sum of RGB (Red+Green+Blue) = 186+141+121=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D79 is #457286. Grayscale: #989898. Windows color (decimal): -4551303 or 7966138. OLE color: 7966138.

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

Color convert

RGB186141121-
CMYK00.240.350.27
HSL18.46º32.02%60.2%-
HSV(B)18.46º34.95%72.94%-
XYZ33.2330.8722.3-
YUV152.18110.41152.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 121 (47.66% from 255) = 27.01%
R=41.52%
G=31.47%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614112100.240.350.2718.4632.0260.2
HexBA8D79018231B12203c
Octal2722151710304333224074
Binary101110101000110111110010110001000111101110010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D79; }

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

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

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

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

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

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

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

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