#BA7A73

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

Shades of Brandy Rose #BA7A73

Tints of Brandy Rose #BA7A73

Color information

#BA7A73 (or 0xBA7A73) is unknown color: approx Brandy Rose. HEX triplet: BA, 7A and 73. RGB value is (186,122,115). Sum of RGB (Red+Green+Blue) = 186+122+115=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A73 is #45858C. Grayscale: #8C8C8C. Windows color (decimal): -4556173 or 7568058. OLE color: 7568058.

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

Color convert

RGB186122115-
CMYK00.340.380.27
HSL5.92º33.97%59.02%-
HSV(B)5.92º38.17%72.94%-
XYZ30.325.619.56-
YUV140.34113.7160.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=43.97%
G=28.84%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612211500.340.380.275.9233.9759.02
HexBA7A73022261B6223b
Octal272172163042463364273
Binary1011101011110101110011010001010011011011110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A73; }

 p { color: rgb(186,122,115); }

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

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

 a { background-color: rgb(186,122,115); }

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

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

 span { border-color: rgb(186,122,115); }

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