#BA8A7F

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

Shades of Brandy Rose #BA8A7F

Tints of Brandy Rose #BA8A7F

Color information

#BA8A7F (or 0xBA8A7F) is unknown color: approx Brandy Rose. HEX triplet: BA, 8A and 7F. RGB value is (186,138,127). Sum of RGB (Red+Green+Blue) = 186+138+127=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A7F is #457580. Grayscale: #979797. Windows color (decimal): -4552065 or 8358586. OLE color: 8358586.

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

Color convert

RGB186138127-
CMYK00.260.320.27
HSL11.19º29.95%61.37%-
HSV(B)11.19º31.72%72.94%-
XYZ33.1730.1524.15-
YUV151.1114.4152.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 138 (54.30% from 255) = 30.60%
BLUE value IS 127 (50% from 255) = 28.16%
R=41.24%
G=30.60%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613812700.260.320.2711.1929.9561.37
HexBA8A7F01A201Bb1e3d
Octal2722121770324033133675
Binary1011101010001010111111101101010000011011101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A7F; }

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

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

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

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

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

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

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

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