#BA857E

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

Shades of Brandy Rose #BA857E

Tints of Brandy Rose #BA857E

Color information

#BA857E (or 0xBA857E) is unknown color: approx Brandy Rose. HEX triplet: BA, 85 and 7E. RGB value is (186,133,126). Sum of RGB (Red+Green+Blue) = 186+133+126=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA857E is #457A81. Grayscale: #949494. Windows color (decimal): -4553346 or 8291770. OLE color: 8291770.

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

Color convert

RGB186133126-
CMYK00.280.320.27
HSL30.3%61.18%-
HSV(B)32.26%72.94%-
XYZ32.428.7223.57-
YUV148.05115.56155.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 133 (52.34% from 255) = 29.89%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=41.80%
G=29.89%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613312600.280.320.27730.361.18
HexBA857E01C201B71e3d
Octal272205176034403373675
Binary101110101000010111111100111001000001101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA857E; }

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

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

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

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

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

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

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

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