#BA866F

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

Shades of Brandy Rose #BA866F

Tints of Brandy Rose #BA866F

Color information

#BA866F (or 0xBA866F) is unknown color: approx Brandy Rose. HEX triplet: BA, 86 and 6F. RGB value is (186,134,111). Sum of RGB (Red+Green+Blue) = 186+134+111=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA866F is #457990. Grayscale: #939393. Windows color (decimal): -4553105 or 7308986. OLE color: 7308986.

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

Color convert

RGB186134111-
CMYK00.280.400.27
HSL18.4º35.21%58.24%-
HSV(B)18.4º40.32%72.94%-
XYZ31.6428.6418.9-
YUV146.93107.73155.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 111 (43.75% from 255) = 25.75%
R=43.16%
G=31.09%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613411100.280.400.2718.435.2158.24
HexBA866F01C281B12233a
Octal2722061570345033224372
Binary101110101000011011011110111001010001101110010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA866F; }

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

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

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

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

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

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

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

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