#BA8881

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

Shades of Brandy Rose #BA8881

Tints of Brandy Rose #BA8881

Color information

#BA8881 (or 0xBA8881) is unknown color: approx Brandy Rose. HEX triplet: BA, 88 and 81. RGB value is (186,136,129). Sum of RGB (Red+Green+Blue) = 186+136+129=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8881 is #45777E. Grayscale: #969696. Windows color (decimal): -4552575 or 8489146. OLE color: 8489146.

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

Color convert

RGB186136129-
CMYK00.270.310.27
HSL7.37º29.23%61.76%-
HSV(B)7.37º30.65%72.94%-
XYZ33.0229.6324.75-
YUV150.15116.06153.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 129 (50.78% from 255) = 28.60%
R=41.24%
G=30.16%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613612900.270.310.277.3729.2361.76
HexBA888101B1F1B71d3e
Octal272210201033373373576
Binary101110101000100010000001011011111111101111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8881; }

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

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

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

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

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

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

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

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