#BA8971

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

Shades of Brandy Rose #BA8971

Tints of Brandy Rose #BA8971

Color information

#BA8971 (or 0xBA8971) is unknown color: approx Brandy Rose. HEX triplet: BA, 89 and 71. RGB value is (186,137,113). Sum of RGB (Red+Green+Blue) = 186+137+113=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8971 is #45768E. Grayscale: #959595. Windows color (decimal): -4552335 or 7440826. OLE color: 7440826.

HSL color Cylindrical-coordinate representation of color #BA8971: hue angle of 19.73º degrees, saturation: 0.35, 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 #BA8971 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB186137113-
CMYK00.260.390.27
HSL19.73º34.6%58.63%-
HSV(B)19.73º39.25%72.94%-
XYZ32.1829.5219.63-
YUV148.92107.73154.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=42.66%
G=31.42%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613711300.260.390.2719.7334.658.63
HexBA897101A271B14233b
Octal2722111610324733244373
Binary101110101000100111100010110101001111101110100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8971; }

 p { color: rgb(186,137,113); }

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

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

 a { background-color: rgb(186,137,113); }

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

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

 span { border-color: rgb(186,137,113); }

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