Html Css Color HEX #BB6E90 Hopbush

📋 copy color: '#BB6E90'

red 187 ◦ green 110 ◦ blue 144

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

Shades of Hopbush #BB6E90

Tints of Hopbush #BB6E90

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.94%

 BLUE value IS 144 (56.64% from 255) = 32.65%

R = 42.4%
G = 24.94%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB6E90 (or 0xBB6E90) is known color: Hopbush. HEX triplet: BB, 6E and 90. RGB value is (187,110,144). Sum of RGB (Red+Green+Blue) = 187+110+144=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6E90 is #44916F. Grayscale: #888888. Windows color (decimal): -4493680 or 9465531. OLE color: 9465531.

HSL color Cylindrical-coordinate representation of color #BB6E90: hue angle of 333.51º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6E90 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 110 144 -
CMYK 0 0.41 0.23 0.27
HSL 333.51º 0.36% 0.58% -
HSV(B) 333.51º 0.41% 0.73% -
XYZ 31.1 23.73 29.33 -
YUV 136.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 187 110 144 0 0.41 0.23 0.27 333.51 0.36 0.58
Hex BB 6E 90 0 29 17 1B 14E 24 3A
Octal 273 156 220 0 51 27 33 516 44 72
Binary 10111011 1101110 10010000 0 101001 10111 11011 101001110 100100 111010

Color Harmonies of #BB6E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E90

Black with #BB6E90

Text Example


Text Example

White with #BB6E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E90; }

 p { color: rgb(187,110,144); }

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

background-color css

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

 a { background-color: rgb(187,110,144); }

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

border-color css

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

 span { border-color: rgb(187,110,144); }

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