#BA8779

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

Shades of Brandy Rose #BA8779

Tints of Brandy Rose #BA8779

Color information

#BA8779 (or 0xBA8779) is unknown color: approx Brandy Rose. HEX triplet: BA, 87 and 79. RGB value is (186,135,121). Sum of RGB (Red+Green+Blue) = 186+135+121=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8779 is #457886. Grayscale: #949494. Windows color (decimal): -4552839 or 7964602. OLE color: 7964602.

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

Color convert

RGB186135121-
CMYK00.270.350.27
HSL12.92º32.02%60.2%-
HSV(B)12.92º34.95%72.94%-
XYZ32.3629.1522.01-
YUV148.65112.4154.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 121 (47.66% from 255) = 27.38%
R=42.08%
G=30.54%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613512100.270.350.2712.9232.0260.2
HexBA877901B231Bd203c
Octal2722071710334333154074
Binary10111010100001111111001011011100011110111101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8779; }

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

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

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

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

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

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

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

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