#BA8A82

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

Shades of Brandy Rose #BA8A82

Tints of Brandy Rose #BA8A82

Color information

#BA8A82 (or 0xBA8A82) is unknown color: approx Brandy Rose. HEX triplet: BA, 8A and 82. RGB value is (186,138,130). Sum of RGB (Red+Green+Blue) = 186+138+130=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8A82 is #45757D. Grayscale: #979797. Windows color (decimal): -4552062 or 8555194. OLE color: 8555194.

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

Color convert

RGB186138130-
CMYK00.260.300.27
HSL8.57º28.87%61.96%-
HSV(B)8.57º30.11%72.94%-
XYZ33.3730.2325.19-
YUV151.44115.9152.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 130 (51.17% from 255) = 28.63%
R=40.97%
G=30.40%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613813000.260.300.278.5728.8761.96
HexBA8A8201A1E1B91d3e
Octal2722122020323633113576
Binary1011101010001010100000100110101111011011100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A82; }

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

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

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

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

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

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

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

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