Html Css Color HEX #BB6992 Hopbush

📋 copy color: '#BB6992'

red 187 ◦ green 105 ◦ blue 146

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

Shades of Hopbush #BB6992

Tints of Hopbush #BB6992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.97%

 BLUE value IS 146 (57.42% from 255) = 33.33%

R = 42.69%
G = 23.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB6992 (or 0xBB6992) is known color: Hopbush. HEX triplet: BB, 69 and 92. RGB value is (187,105,146). Sum of RGB (Red+Green+Blue) = 187+105+146=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6992 is #44966D. Grayscale: #868686. Windows color (decimal): -4494958 or 9595323. OLE color: 9595323.

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

Color convert

RGB 187 105 146 -
CMYK 0 0.44 0.22 0.27
HSL 330º 0.38% 0.57% -
HSV(B) 330º 0.44% 0.73% -
XYZ 30.73 22.74 29.96 -
YUV 134.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 187 105 146 0 0.44 0.22 0.27 330 0.38 0.57
Hex BB 69 92 0 2C 16 1B 14A 26 39
Octal 273 151 222 0 54 26 33 512 46 71
Binary 10111011 1101001 10010010 0 101100 10110 11011 101001010 100110 111001

Color Harmonies of #BB6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6992

Black with #BB6992

Text Example


Text Example

White with #BB6992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6992; }

 p { color: rgb(187,105,146); }

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

background-color css

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

 a { background-color: rgb(187,105,146); }

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

border-color css

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

 span { border-color: rgb(187,105,146); }

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