#BA897E

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

Shades of Brandy Rose #BA897E

Tints of Brandy Rose #BA897E

Color information

#BA897E (or 0xBA897E) is unknown color: approx Brandy Rose. HEX triplet: BA, 89 and 7E. RGB value is (186,137,126). Sum of RGB (Red+Green+Blue) = 186+137+126=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA897E is #457681. Grayscale: #969696. Windows color (decimal): -4552322 or 8292794. OLE color: 8292794.

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

Color convert

RGB186137126-
CMYK00.260.320.27
HSL11º30.3%61.18%-
HSV(B)11º32.26%72.94%-
XYZ32.9629.8423.76-
YUV150.4114.23153.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=41.43%
G=30.51%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613712600.260.320.271130.361.18
HexBA897E01A201Bb1e3d
Octal2722111760324033133675
Binary1011101010001001111111001101010000011011101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA897E; }

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

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

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

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

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

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

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

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