#BA8877

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

Shades of Brandy Rose #BA8877

Tints of Brandy Rose #BA8877

Color information

#BA8877 (or 0xBA8877) is unknown color: approx Brandy Rose. HEX triplet: BA, 88 and 77. RGB value is (186,136,119). Sum of RGB (Red+Green+Blue) = 186+136+119=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8877 is #457788. Grayscale: #959595. Windows color (decimal): -4552585 or 7833786. OLE color: 7833786.

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

Color convert

RGB186136119-
CMYK00.270.360.27
HSL15.22º32.68%59.8%-
HSV(B)15.22º36.02%72.94%-
XYZ32.3829.3821.42-
YUV149.01111.06154.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 119 (46.88% from 255) = 26.98%
R=42.18%
G=30.84%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613611900.270.360.2715.2232.6859.8
HexBA887701B241Bf213c
Octal2722101670334433174174
Binary10111010100010001110111011011100100110111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8877; }

 p { color: rgb(186,136,119); }

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

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

 a { background-color: rgb(186,136,119); }

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

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

 span { border-color: rgb(186,136,119); }

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