#BA7A79

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

Shades of Brandy Rose #BA7A79

Tints of Brandy Rose #BA7A79

Color information

#BA7A79 (or 0xBA7A79) is unknown color: approx Brandy Rose. HEX triplet: BA, 7A and 79. RGB value is (186,122,121). Sum of RGB (Red+Green+Blue) = 186+122+121=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A79 is #458586. Grayscale: #8D8D8D. Windows color (decimal): -4556167 or 7961274. OLE color: 7961274.

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

Color convert

RGB186122121-
CMYK00.340.350.27
HSL0.92º32.02%60.2%-
HSV(B)0.92º34.95%72.94%-
XYZ30.6625.7421.44-
YUV141.02116.7160.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=43.36%
G=28.44%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612212100.340.350.270.9232.0260.2
HexBA7A79022231B1203c
Octal272172171042433314074
Binary10111010111101011110010100010100011110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A79; }

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

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

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

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

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

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

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

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