#BA6B95

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

Shades of Hopbush #BA6B95

Tints of Hopbush #BA6B95

Color information

#BA6B95 (or 0xBA6B95) is unknown color: approx Hopbush. HEX triplet: BA, 6B and 95. RGB value is (186,107,149). Sum of RGB (Red+Green+Blue) = 186+107+149=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B95 is #45946A. Grayscale: #878787. Windows color (decimal): -4559979 or 9792442. OLE color: 9792442.

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

Color convert

RGB186107149-
CMYK00.420.200.27
HSL328.1º36.41%57.45%-
HSV(B)328.1º42.47%72.94%-
XYZ30.9323.1231.27-
YUV135.41135.67164.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=42.08%
G=24.21%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610714900.420.200.27328.136.4157.45
HexBA6B9502A141B1482439
Octal27215322505224335104471
Binary1011101011010111001010101010101010011011101001000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B95; }

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

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

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

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

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

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

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

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