#BA8479

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

Shades of Brandy Rose #BA8479

Tints of Brandy Rose #BA8479

Color information

#BA8479 (or 0xBA8479) is unknown color: approx Brandy Rose. HEX triplet: BA, 84 and 79. RGB value is (186,132,121). Sum of RGB (Red+Green+Blue) = 186+132+121=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8479 is #457B86. Grayscale: #929292. Windows color (decimal): -4553607 or 7963834. OLE color: 7963834.

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

Color convert

RGB186132121-
CMYK00.290.350.27
HSL10.15º32.02%60.2%-
HSV(B)10.15º34.95%72.94%-
XYZ31.9528.3221.87-
YUV146.89113.39155.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=42.37%
G=30.07%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613212100.290.350.2710.1532.0260.2
HexBA847901D231Ba203c
Octal2722041710354333124074
Binary10111010100001001111001011101100011110111010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8479; }

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

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

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

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

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

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

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

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