Html Css Color HEX #BB6899 Hopbush

📋 copy color: '#BB6899'

red 187 ◦ green 104 ◦ blue 153

#BB6899
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #BB6899

Tints of Hopbush #BB6899

RGB

 RED value IS 187 (73.44% from 255) = 42.12%

 GREEN value IS 104 (41.02% from 255) = 23.42%

 BLUE value IS 153 (60.16% from 255) = 34.46%

R = 42.12%
G = 23.42%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB6899 (or 0xBB6899) is known color: Hopbush. HEX triplet: BB, 68 and 99. RGB value is (187,104,153). Sum of RGB (Red+Green+Blue) = 187+104+153=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6899 is #449766. Grayscale: #868686. Windows color (decimal): -4495207 or 10053819. OLE color: 10053819.

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

Color convert

RGB 187 104 153 -
CMYK 0 0.44 0.18 0.27
HSL 324.58º 0.38% 0.57% -
HSV(B) 324.58º 0.44% 0.73% -
XYZ 31.19 22.77 32.89 -
YUV 134.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 187 104 153 0 0.44 0.18 0.27 324.58 0.38 0.57
Hex BB 68 99 0 2C 12 1B 145 26 39
Octal 273 150 231 0 54 22 33 505 46 71
Binary 10111011 1101000 10011001 0 101100 10010 11011 101000101 100110 111001

Color Harmonies of #BB6899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6899

Black with #BB6899

Text Example


Text Example

White with #BB6899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6899; }

 p { color: rgb(187,104,153); }

 H1.HeaderClassName
 {
   color: #BB6899;
 }
 .AnyTagClassName
 {
   color: #BB6899;
 }
</style>

background-color css

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

 a { background-color: rgb(187,104,153); }

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

border-color css

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

 span { border-color: rgb(187,104,153); }

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