#BA886F

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

Shades of Brandy Rose #BA886F

Tints of Brandy Rose #BA886F

Color information

#BA886F (or 0xBA886F) is unknown color: approx Brandy Rose. HEX triplet: BA, 88 and 6F. RGB value is (186,136,111). Sum of RGB (Red+Green+Blue) = 186+136+111=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA886F is #457790. Grayscale: #949494. Windows color (decimal): -4552593 or 7309498. OLE color: 7309498.

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

Color convert

RGB186136111-
CMYK00.270.400.27
HSL20º35.21%58.24%-
HSV(B)20º40.32%72.94%-
XYZ31.9229.218.99-
YUV148.1107.06155.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=42.96%
G=31.41%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613611100.270.400.272035.2158.24
HexBA886F01B281B14233a
Octal2722101570335033244372
Binary101110101000100011011110110111010001101110100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA886F; }

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

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

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

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

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

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

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

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