#BA8168

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

Shades of Brandy Rose #BA8168

Tints of Brandy Rose #BA8168

Color information

#BA8168 (or 0xBA8168) is unknown color: approx Brandy Rose. HEX triplet: BA, 81 and 68. RGB value is (186,129,104). Sum of RGB (Red+Green+Blue) = 186+129+104=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8168 is #457E97. Grayscale: #8F8F8F. Windows color (decimal): -4554392 or 6848954. OLE color: 6848954.

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

Color convert

RGB186129104-
CMYK00.310.440.27
HSL18.29º37.27%56.86%-
HSV(B)18.29º44.09%72.94%-
XYZ30.627.1416.72-
YUV143.19105.88158.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=44.39%
G=30.79%
B=24.82%

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
Decimal18612910400.310.440.2718.2937.2756.86
HexBA816801F2C1B122539
Octal2722011500375433224571
Binary101110101000000111010000111111011001101110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8168; }

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

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

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

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

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

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

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

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