#BA6B91

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

Shades of Hopbush #BA6B91

Tints of Hopbush #BA6B91

Color information

#BA6B91 (or 0xBA6B91) is unknown color: approx Hopbush. HEX triplet: BA, 6B and 91. RGB value is (186,107,145). Sum of RGB (Red+Green+Blue) = 186+107+145=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B91 is #45946E. Grayscale: #868686. Windows color (decimal): -4559983 or 9530298. OLE color: 9530298.

HSL color Cylindrical-coordinate representation of color #BA6B91: hue angle of 331.14º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6B91 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB186107145-
CMYK00.420.220.27
HSL331.14º36.41%57.45%-
HSV(B)331.14º42.47%72.94%-
XYZ30.622329.61-
YUV134.95133.67164.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 107 (42.19% from 255) = 24.43%
BLUE value IS 145 (57.03% from 255) = 33.11%
R=42.47%
G=24.43%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610714500.420.220.27331.1436.4157.45
HexBA6B9102A161B14b2439
Octal27215322105226335134471
Binary1011101011010111001000101010101011011011101001011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B91; }

 p { color: rgb(186,107,145); }

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

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

 a { background-color: rgb(186,107,145); }

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

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

 span { border-color: rgb(186,107,145); }

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