#BC6B92

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

Shades of Hopbush #BC6B92

Tints of Hopbush #BC6B92

Color information

#BC6B92 (or 0xBC6B92) is unknown color: approx Hopbush. HEX triplet: BC, 6B and 92. RGB value is (188,107,146). Sum of RGB (Red+Green+Blue) = 188+107+146=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6B92 is #43946D. Grayscale: #878787. Windows color (decimal): -4428910 or 9595836. OLE color: 9595836.

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

Color convert

RGB188107146-
CMYK00.430.220.26
HSL331.11º37.67%57.84%-
HSV(B)331.11º43.09%73.73%-
XYZ31.1923.2830.04-
YUV135.66133.84165.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=42.63%
G=24.26%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810714600.430.220.26331.1137.6757.84
HexBC6B9202B161A14b263a
Octal27415322205326325134672
Binary1011110011010111001001001010111011011010101001011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B92; }

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

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

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

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

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

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

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

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