#BA8169

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

Shades of Brandy Rose #BA8169

Tints of Brandy Rose #BA8169

Color information

#BA8169 (or 0xBA8169) is unknown color: approx Brandy Rose. HEX triplet: BA, 81 and 69. RGB value is (186,129,105). Sum of RGB (Red+Green+Blue) = 186+129+105=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8169 is #457E96. Grayscale: #8F8F8F. Windows color (decimal): -4554391 or 6914490. OLE color: 6914490.

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

Color convert

RGB186129105-
CMYK00.310.440.27
HSL17.78º36.99%57.06%-
HSV(B)17.78º43.55%72.94%-
XYZ30.6527.1616.99-
YUV143.31106.38158.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 105 (41.41% from 255) = 25%
R=44.29%
G=30.71%
B=25%

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
Decimal18612910500.310.440.2717.7836.9957.06
HexBA816901F2C1B122539
Octal2722011510375433224571
Binary101110101000000111010010111111011001101110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8169; }

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

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

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

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

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

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

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

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