#BB6A9C

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

Shades of Hopbush #BB6A9C

Tints of Hopbush #BB6A9C

Color information

#BB6A9C (or 0xBB6A9C) is unknown color: approx Hopbush. HEX triplet: BB, 6A and 9C. RGB value is (187,106,156). Sum of RGB (Red+Green+Blue) = 187+106+156=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6A9C is #449563. Grayscale: #878787. Windows color (decimal): -4494692 or 10250939. OLE color: 10250939.

HSL color Cylindrical-coordinate representation of color #BB6A9C: hue angle of 322.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6A9C is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB187106156-
CMYK00.430.170.27
HSL322.96º37.33%57.45%-
HSV(B)322.96º43.32%73.33%-
XYZ31.6523.2734.28-
YUV135.92139.34164.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 156 (61.33% from 255) = 34.74%
R=41.65%
G=23.61%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710615600.430.170.27322.9637.3357.45
HexBB6A9C02B111B1432539
Octal27315223405321335034571
Binary1011101111010101001110001010111000111011101000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6A9C; }

 p { color: rgb(187,106,156); }

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

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

 a { background-color: rgb(187,106,156); }

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

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

 span { border-color: rgb(187,106,156); }

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