#BA887A

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

Shades of Brandy Rose #BA887A

Tints of Brandy Rose #BA887A

Color information

#BA887A (or 0xBA887A) is unknown color: approx Brandy Rose. HEX triplet: BA, 88 and 7A. RGB value is (186,136,122). Sum of RGB (Red+Green+Blue) = 186+136+122=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA887A is #457785. Grayscale: #959595. Windows color (decimal): -4552582 or 8030394. OLE color: 8030394.

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

Color convert

RGB186136122-
CMYK00.270.340.27
HSL13.13º31.68%60.39%-
HSV(B)13.13º34.41%72.94%-
XYZ32.5729.4522.38-
YUV149.35112.56154.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 122 (48.05% from 255) = 27.48%
R=41.89%
G=30.63%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613612200.270.340.2713.1331.6860.39
HexBA887A01B221Bd203c
Octal2722101720334233154074
Binary10111010100010001111010011011100010110111101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA887A; }

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

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

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

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

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

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

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

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