#BA8068

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

Shades of Brandy Rose #BA8068

Tints of Brandy Rose #BA8068

Color information

#BA8068 (or 0xBA8068) is unknown color: approx Brandy Rose. HEX triplet: BA, 80 and 68. RGB value is (186,128,104). Sum of RGB (Red+Green+Blue) = 186+128+104=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8068 is #457F97. Grayscale: #8E8E8E. Windows color (decimal): -4554648 or 6848698. OLE color: 6848698.

HSL color Cylindrical-coordinate representation of color #BA8068: hue angle of 17.56º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA8068 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB186128104-
CMYK00.310.440.27
HSL17.56º37.27%56.86%-
HSV(B)17.56º44.09%72.94%-
XYZ30.4726.8816.68-
YUV142.61106.22158.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=44.50%
G=30.62%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612810400.310.440.2717.5637.2756.86
HexBA806801F2C1B122539
Octal2722001500375433224571
Binary101110101000000011010000111111011001101110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8068; }

 p { color: rgb(186,128,104); }

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

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

 a { background-color: rgb(186,128,104); }

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

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

 span { border-color: rgb(186,128,104); }

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