#BA8573

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

Shades of Brandy Rose #BA8573

Tints of Brandy Rose #BA8573

Color information

#BA8573 (or 0xBA8573) is unknown color: approx Brandy Rose. HEX triplet: BA, 85 and 73. RGB value is (186,133,115). Sum of RGB (Red+Green+Blue) = 186+133+115=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8573 is #457A8C. Grayscale: #929292. Windows color (decimal): -4553357 or 7570874. OLE color: 7570874.

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

Color convert

RGB186133115-
CMYK00.280.380.27
HSL15.21º33.97%59.02%-
HSV(B)15.21º38.17%72.94%-
XYZ31.7328.4520.04-
YUV146.8110.06155.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=42.86%
G=30.65%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613311500.280.380.2715.2133.9759.02
HexBA857301C261Bf223b
Octal2722051630344633174273
Binary10111010100001011110011011100100110110111111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8573; }

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

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

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

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

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

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

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

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