#BA847F

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

Shades of Brandy Rose #BA847F

Tints of Brandy Rose #BA847F

Color information

#BA847F (or 0xBA847F) is unknown color: approx Brandy Rose. HEX triplet: BA, 84 and 7F. RGB value is (186,132,127). Sum of RGB (Red+Green+Blue) = 186+132+127=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA847F is #457B80. Grayscale: #939393. Windows color (decimal): -4553601 or 8357050. OLE color: 8357050.

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

Color convert

RGB186132127-
CMYK00.290.320.27
HSL5.08º29.95%61.37%-
HSV(B)5.08º31.72%72.94%-
XYZ32.3328.4723.87-
YUV147.58116.39155.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 127 (50% from 255) = 28.54%
R=41.80%
G=29.66%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613212700.290.320.275.0829.9561.37
HexBA847F01D201B51e3d
Octal272204177035403353675
Binary101110101000010011111110111011000001101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA847F; }

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

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

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

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

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

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

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

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