#BA827C

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

Shades of Brandy Rose #BA827C

Tints of Brandy Rose #BA827C

Color information

#BA827C (or 0xBA827C) is unknown color: approx Brandy Rose. HEX triplet: BA, 82 and 7C. RGB value is (186,130,124). Sum of RGB (Red+Green+Blue) = 186+130+124=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA827C is #457D83. Grayscale: #929292. Windows color (decimal): -4554116 or 8159930. OLE color: 8159930.

HSL color Cylindrical-coordinate representation of color #BA827C: hue angle of 5.81º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA827C is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB186130124-
CMYK00.300.330.27
HSL5.81º31%60.78%-
HSV(B)5.81º33.33%72.94%-
XYZ31.8727.8622.77-
YUV146.06115.55156.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=42.27%
G=29.55%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613012400.300.330.275.813160.78
HexBA827C01E211B61f3d
Octal272202174036413363775
Binary101110101000001011111000111101000011101111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA827C; }

 p { color: rgb(186,130,124); }

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

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

 a { background-color: rgb(186,130,124); }

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

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

 span { border-color: rgb(186,130,124); }

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