#BA8976

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

Shades of Brandy Rose #BA8976

Tints of Brandy Rose #BA8976

Color information

#BA8976 (or 0xBA8976) is unknown color: approx Brandy Rose. HEX triplet: BA, 89 and 76. RGB value is (186,137,118). Sum of RGB (Red+Green+Blue) = 186+137+118=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8976 is #457689. Grayscale: #959595. Windows color (decimal): -4552330 or 7768506. OLE color: 7768506.

HSL color Cylindrical-coordinate representation of color #BA8976: hue angle of 16.76º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA8976 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB186137118-
CMYK00.260.370.27
HSL16.76º33.01%59.61%-
HSV(B)16.76º36.56%72.94%-
XYZ32.4729.6421.15-
YUV149.48110.23154.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=42.18%
G=31.07%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613711800.260.370.2716.7633.0159.61
HexBA897601A251B11213c
Octal2722111660324533214174
Binary101110101000100111101100110101001011101110001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8976; }

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

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

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

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

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

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

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

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