#BC6296

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

Shades of Hopbush #BC6296

Tints of Hopbush #BC6296

Color information

#BC6296 (or 0xBC6296) is unknown color: approx Hopbush. HEX triplet: BC, 62 and 96. RGB value is (188,98,150). Sum of RGB (Red+Green+Blue) = 188+98+150=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6296 is #439D69. Grayscale: #828282. Windows color (decimal): -4431210 or 9855676. OLE color: 9855676.

HSL color Cylindrical-coordinate representation of color #BC6296: hue angle of 325.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6296 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB18898150-
CMYK00.480.200.26
HSL325.33º40.18%56.08%-
HSV(B)325.33º47.87%73.73%-
XYZ30.6121.6331.42-
YUV130.84138.82168.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=43.12%
G=22.48%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889815000.480.200.26325.3340.1856.08
HexBC6296030141A1452838
Octal27414222606024325055070
Binary1011110011000101001011001100001010011010101000101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6296; }

 p { color: rgb(188,98,150); }

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

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

 a { background-color: rgb(188,98,150); }

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

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

 span { border-color: rgb(188,98,150); }

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