#BC6A92

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

Shades of Hopbush #BC6A92

Tints of Hopbush #BC6A92

Color information

#BC6A92 (or 0xBC6A92) is unknown color: approx Hopbush. HEX triplet: BC, 6A and 92. RGB value is (188,106,146). Sum of RGB (Red+Green+Blue) = 188+106+146=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6A92 is #43956D. Grayscale: #878787. Windows color (decimal): -4429166 or 9595580. OLE color: 9595580.

HSL color Cylindrical-coordinate representation of color #BC6A92: hue angle of 330.73º 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 #BC6A92 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB188106146-
CMYK00.440.220.26
HSL330.73º37.96%57.65%-
HSV(B)330.73º43.62%73.73%-
XYZ31.0823.0730.01-
YUV135.08134.17165.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 106 (41.80% from 255) = 24.09%
BLUE value IS 146 (57.42% from 255) = 33.18%
R=42.73%
G=24.09%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810614600.440.220.26330.7337.9657.65
HexBC6A9202C161A14b263a
Octal27415222205426325134672
Binary1011110011010101001001001011001011011010101001011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A92; }

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

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

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

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

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

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

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

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