#BA8069

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

Shades of Brandy Rose #BA8069

Tints of Brandy Rose #BA8069

Color information

#BA8069 (or 0xBA8069) is unknown color: approx Brandy Rose. HEX triplet: BA, 80 and 69. RGB value is (186,128,105). Sum of RGB (Red+Green+Blue) = 186+128+105=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8069 is #457F96. Grayscale: #8E8E8E. Windows color (decimal): -4554647 or 6914234. OLE color: 6914234.

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

Color convert

RGB186128105-
CMYK00.310.440.27
HSL17.04º36.99%57.06%-
HSV(B)17.04º43.55%72.94%-
XYZ30.5226.916.95-
YUV142.72106.72158.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=44.39%
G=30.55%
B=25.06%

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
Decimal18612810500.310.440.2717.0436.9957.06
HexBA806901F2C1B112539
Octal2722001510375433214571
Binary101110101000000011010010111111011001101110001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8069; }

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

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

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

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

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

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

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

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