#BA887C

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

Shades of Brandy Rose #BA887C

Tints of Brandy Rose #BA887C

Color information

#BA887C (or 0xBA887C) is unknown color: approx Brandy Rose. HEX triplet: BA, 88 and 7C. RGB value is (186,136,124). Sum of RGB (Red+Green+Blue) = 186+136+124=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA887C is #457783. Grayscale: #959595. Windows color (decimal): -4552580 or 8161466. OLE color: 8161466.

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

Color convert

RGB186136124-
CMYK00.270.330.27
HSL11.61º31%60.78%-
HSV(B)11.61º33.33%72.94%-
XYZ32.6929.523.04-
YUV149.58113.56153.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=41.70%
G=30.49%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613612400.270.330.2711.613160.78
HexBA887C01B211Bc1f3d
Octal2722101740334133143775
Binary1011101010001000111110001101110000111011110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA887C; }

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

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

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

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

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

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

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

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