#BA8872

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

Shades of Brandy Rose #BA8872

Tints of Brandy Rose #BA8872

Color information

#BA8872 (or 0xBA8872) is unknown color: approx Brandy Rose. HEX triplet: BA, 88 and 72. RGB value is (186,136,114). Sum of RGB (Red+Green+Blue) = 186+136+114=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8872 is #45778D. Grayscale: #949494. Windows color (decimal): -4552590 or 7506106. OLE color: 7506106.

HSL color Cylindrical-coordinate representation of color #BA8872: hue angle of 18.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8872 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB186136114-
CMYK00.270.390.27
HSL18.33º34.29%58.82%-
HSV(B)18.33º38.71%72.94%-
XYZ32.0929.2619.88-
YUV148.44108.56154.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=42.66%
G=31.19%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613611400.270.390.2718.3334.2958.82
HexBA887201B271B12223b
Octal2722101620334733224273
Binary101110101000100011100100110111001111101110010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8872; }

 p { color: rgb(186,136,114); }

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

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

 a { background-color: rgb(186,136,114); }

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

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

 span { border-color: rgb(186,136,114); }

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