#BA668F

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

Shades of Hopbush #BA668F

Tints of Hopbush #BA668F

Color information

#BA668F (or 0xBA668F) is unknown color: approx Hopbush. HEX triplet: BA, 66 and 8F. RGB value is (186,102,143). Sum of RGB (Red+Green+Blue) = 186+102+143=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA668F is #459970. Grayscale: #838383. Windows color (decimal): -4561265 or 9397946. OLE color: 9397946.

HSL color Cylindrical-coordinate representation of color #BA668F: hue angle of 330.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA668F is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186102143-
CMYK00.450.230.27
HSL330.71º37.84%56.47%-
HSV(B)330.71º45.16%72.94%-
XYZ29.9621.9328.64-
YUV131.79134.33166.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 143 (56.25% from 255) = 33.18%
R=43.16%
G=23.67%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610214300.450.230.27330.7137.8456.47
HexBA668F02D171B14b2638
Octal27214621705527335134670
Binary1011101011001101000111101011011011111011101001011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA668F; }

 p { color: rgb(186,102,143); }

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

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

 a { background-color: rgb(186,102,143); }

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

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

 span { border-color: rgb(186,102,143); }

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