#BA8882

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

Shades of Brandy Rose #BA8882

Tints of Brandy Rose #BA8882

Color information

#BA8882 (or 0xBA8882) is unknown color: approx Brandy Rose. HEX triplet: BA, 88 and 82. RGB value is (186,136,130). Sum of RGB (Red+Green+Blue) = 186+136+130=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8882 is #45777D. Grayscale: #969696. Windows color (decimal): -4552574 or 8554682. OLE color: 8554682.

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

Color convert

RGB186136130-
CMYK00.270.300.27
HSL6.43º28.87%61.96%-
HSV(B)6.43º30.11%72.94%-
XYZ33.0829.6625.1-
YUV150.27116.56153.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=41.15%
G=30.09%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613613000.270.300.276.4328.8761.96
HexBA888201B1E1B61d3e
Octal272210202033363363576
Binary101110101000100010000010011011111101101111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8882; }

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

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

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

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

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

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

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

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