#BA7974

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

Shades of Brandy Rose #BA7974

Tints of Brandy Rose #BA7974

Color information

#BA7974 (or 0xBA7974) is unknown color: approx Brandy Rose. HEX triplet: BA, 79 and 74. RGB value is (186,121,116). Sum of RGB (Red+Green+Blue) = 186+121+116=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7974 is #45868B. Grayscale: #8B8B8B. Windows color (decimal): -4556428 or 7633338. OLE color: 7633338.

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

Color convert

RGB186121116-
CMYK00.350.380.27
HSL4.29º33.65%59.22%-
HSV(B)4.29º37.63%72.94%-
XYZ30.2425.3719.83-
YUV139.86114.53160.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=43.97%
G=28.61%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612111600.350.380.274.2933.6559.22
HexBA7974023261B4223b
Octal272171164043463344273
Binary1011101011110011110100010001110011011011100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7974; }

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

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

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

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

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

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

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

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