#BA7978

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

Shades of Brandy Rose #BA7978

Tints of Brandy Rose #BA7978

Color information

#BA7978 (or 0xBA7978) is unknown color: approx Brandy Rose. HEX triplet: BA, 79 and 78. RGB value is (186,121,120). Sum of RGB (Red+Green+Blue) = 186+121+120=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7978 is #458687. Grayscale: #8C8C8C. Windows color (decimal): -4556424 or 7895482. OLE color: 7895482.

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

Color convert

RGB186121120-
CMYK00.350.350.27
HSL0.91º32.35%60%-
HSV(B)0.91º35.48%72.94%-
XYZ30.4825.4721.08-
YUV140.32116.53160.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 120 (47.27% from 255) = 28.10%
R=43.56%
G=28.34%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612112000.350.350.270.9132.3560
HexBA7978023231B1203c
Octal272171170043433314074
Binary10111010111100111110000100011100011110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7978; }

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

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

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

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

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

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

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

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