#BA877C

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

Shades of Brandy Rose #BA877C

Tints of Brandy Rose #BA877C

Color information

#BA877C (or 0xBA877C) is unknown color: approx Brandy Rose. HEX triplet: BA, 87 and 7C. RGB value is (186,135,124). Sum of RGB (Red+Green+Blue) = 186+135+124=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA877C is #457883. Grayscale: #959595. Windows color (decimal): -4552836 or 8161210. OLE color: 8161210.

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

Color convert

RGB186135124-
CMYK00.270.330.27
HSL10.65º31%60.78%-
HSV(B)10.65º33.33%72.94%-
XYZ32.5529.2222.99-
YUV148.99113.9154.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 135 (53.12% from 255) = 30.34%
BLUE value IS 124 (48.83% from 255) = 27.87%
R=41.80%
G=30.34%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613512400.270.330.2710.653160.78
HexBA877C01B211Bb1f3d
Octal2722071740334133133775
Binary1011101010000111111110001101110000111011101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA877C; }

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

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

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

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

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

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

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

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