#BA658E

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

Shades of Hopbush #BA658E

Tints of Hopbush #BA658E

Color information

#BA658E (or 0xBA658E) is unknown color: approx Hopbush. HEX triplet: BA, 65 and 8E. RGB value is (186,101,142). Sum of RGB (Red+Green+Blue) = 186+101+142=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA658E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA658E is #459A71. Grayscale: #838383. Windows color (decimal): -4561522 or 9332154. OLE color: 9332154.

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

Color convert

RGB186101142-
CMYK00.460.240.27
HSL331.06º38.12%56.27%-
HSV(B)331.06º45.7%72.94%-
XYZ29.7921.728.21-
YUV131.09134.16167.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=43.36%
G=23.54%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610114200.460.240.27331.0638.1256.27
HexBA658E02E181B14b2638
Octal27214521605630335134670
Binary1011101011001011000111001011101100011011101001011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA658E; }

 p { color: rgb(186,101,142); }

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

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

 a { background-color: rgb(186,101,142); }

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

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

 span { border-color: rgb(186,101,142); }

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