#BC6A95

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

Shades of Hopbush #BC6A95

Tints of Hopbush #BC6A95

Color information

#BC6A95 (or 0xBC6A95) is unknown color: approx Hopbush. HEX triplet: BC, 6A and 95. RGB value is (188,106,149). Sum of RGB (Red+Green+Blue) = 188+106+149=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6A95 is #43956A. Grayscale: #878787. Windows color (decimal): -4429163 or 9792188. OLE color: 9792188.

HSL color Cylindrical-coordinate representation of color #BC6A95: hue angle of 328.54º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6A95 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB188106149-
CMYK00.440.210.26
HSL328.54º37.96%57.65%-
HSV(B)328.54º43.62%73.73%-
XYZ31.3223.1731.26-
YUV135.42135.67165.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=42.44%
G=23.93%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810614900.440.210.26328.5437.9657.65
HexBC6A9502C151A149263a
Octal27415222505425325114672
Binary1011110011010101001010101011001010111010101001001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A95; }

 p { color: rgb(188,106,149); }

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

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

 a { background-color: rgb(188,106,149); }

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

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

 span { border-color: rgb(188,106,149); }

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