#BC7A95

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

Shades of Hopbush #BC7A95

Tints of Hopbush #BC7A95

Color information

#BC7A95 (or 0xBC7A95) is unknown color: approx Hopbush. HEX triplet: BC, 7A and 95. RGB value is (188,122,149). Sum of RGB (Red+Green+Blue) = 188+122+149=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7A95 is #43856A. Grayscale: #909090. Windows color (decimal): -4425067 or 9796284. OLE color: 9796284.

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

Color convert

RGB188122149-
CMYK00.350.210.26
HSL335.45º33%60.78%-
HSV(B)335.45º35.11%73.73%-
XYZ33.1226.7831.86-
YUV144.81130.37158.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=40.96%
G=26.58%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812214900.350.210.26335.453360.78
HexBC7A95023151A14f213d
Octal27417222504325325174175
Binary1011110011110101001010101000111010111010101001111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A95; }

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

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

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

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

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

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

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

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