#BB749A

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

Shades of Hopbush #BB749A

Tints of Hopbush #BB749A

Color information

#BB749A (or 0xBB749A) is unknown color: approx Hopbush. HEX triplet: BB, 74 and 9A. RGB value is (187,116,154). Sum of RGB (Red+Green+Blue) = 187+116+154=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB749A is #448B65. Grayscale: #8D8D8D. Windows color (decimal): -4492134 or 10122427. OLE color: 10122427.

HSL color Cylindrical-coordinate representation of color #BB749A: hue angle of 327.89º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB749A is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187116154-
CMYK00.380.180.27
HSL327.89º34.3%59.41%-
HSV(B)327.89º37.97%73.33%-
XYZ32.5725.3933.76-
YUV141.56135.02160.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=40.92%
G=25.38%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711615400.380.180.27327.8934.359.41
HexBB749A026121B148223b
Octal27316423204622335104273
Binary1011101111101001001101001001101001011011101001000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB749A; }

 p { color: rgb(187,116,154); }

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

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

 a { background-color: rgb(187,116,154); }

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

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

 span { border-color: rgb(187,116,154); }

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