#BA7A98

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

Shades of Hopbush #BA7A98

Tints of Hopbush #BA7A98

Color information

#BA7A98 (or 0xBA7A98) is unknown color: approx Hopbush. HEX triplet: BA, 7A and 98. RGB value is (186,122,152). Sum of RGB (Red+Green+Blue) = 186+122+152=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A98 is #458567. Grayscale: #909090. Windows color (decimal): -4556136 or 9992890. OLE color: 9992890.

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

Color convert

RGB186122152-
CMYK00.340.180.27
HSL331.88º31.68%60.39%-
HSV(B)331.88º34.41%72.94%-
XYZ32.8826.6333.11-
YUV144.56132.2157.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=40.43%
G=26.52%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612215200.340.180.27331.8831.6860.39
HexBA7A98022121B14c203c
Octal27217223004222335144074
Binary1011101011110101001100001000101001011011101001100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A98; }

 p { color: rgb(186,122,152); }

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

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

 a { background-color: rgb(186,122,152); }

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

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

 span { border-color: rgb(186,122,152); }

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