#BA8A6F

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

Shades of Brandy Rose #BA8A6F

Tints of Brandy Rose #BA8A6F

Color information

#BA8A6F (or 0xBA8A6F) is unknown color: approx Brandy Rose. HEX triplet: BA, 8A and 6F. RGB value is (186,138,111). Sum of RGB (Red+Green+Blue) = 186+138+111=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A6F is #457590. Grayscale: #959595. Windows color (decimal): -4552081 or 7310010. OLE color: 7310010.

HSL color Cylindrical-coordinate representation of color #BA8A6F: hue angle of 21.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8A6F is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186138111-
CMYK00.260.400.27
HSL21.6º35.21%58.24%-
HSV(B)21.6º40.32%72.94%-
XYZ32.2129.7619.09-
YUV149.27106.4154.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=42.76%
G=31.72%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613811100.260.400.2721.635.2158.24
HexBA8A6F01A281B16233a
Octal2722121570325033264372
Binary101110101000101011011110110101010001101110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A6F; }

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

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

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

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

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

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

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

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