#BB6A97

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

Shades of Hopbush #BB6A97

Tints of Hopbush #BB6A97

Color information

#BB6A97 (or 0xBB6A97) is unknown color: approx Hopbush. HEX triplet: BB, 6A and 97. RGB value is (187,106,151). Sum of RGB (Red+Green+Blue) = 187+106+151=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6A97 is #449568. Grayscale: #878787. Windows color (decimal): -4494697 or 9923259. OLE color: 9923259.

HSL color Cylindrical-coordinate representation of color #BB6A97: hue angle of 326.67º 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 #BB6A97 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187106151-
CMYK00.430.190.27
HSL326.67º37.33%57.45%-
HSV(B)326.67º43.32%73.33%-
XYZ31.2323.1132.09-
YUV135.35136.84164.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 151 (59.38% from 255) = 34.01%
R=42.12%
G=23.87%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710615100.430.190.27326.6737.3357.45
HexBB6A9702B131B1472539
Octal27315222705323335074571
Binary1011101111010101001011101010111001111011101000111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6A97; }

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

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

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

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

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

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

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

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