Html Css Color HEX #BB6696 Hopbush

📋 copy color: '#BB6696'

red 187 ◦ green 102 ◦ blue 150

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

Shades of Hopbush #BB6696

Tints of Hopbush #BB6696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.23%

 BLUE value IS 150 (58.98% from 255) = 34.17%

R = 42.6%
G = 23.23%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB6696 (or 0xBB6696) is known color: Hopbush. HEX triplet: BB, 66 and 96. RGB value is (187,102,150). Sum of RGB (Red+Green+Blue) = 187+102+150=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6696 is #449969. Grayscale: #848484. Windows color (decimal): -4495722 or 9856699. OLE color: 9856699.

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

Color convert

RGB 187 102 150 -
CMYK 0 0.45 0.20 0.27
HSL 326.12º 0.38% 0.57% -
HSV(B) 326.12º 0.45% 0.73% -
XYZ 30.75 22.27 31.53 -
YUV 132.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 187 102 150 0 0.45 0.20 0.27 326.12 0.38 0.57
Hex BB 66 96 0 2D 14 1B 146 26 39
Octal 273 146 226 0 55 24 33 506 46 71
Binary 10111011 1100110 10010110 0 101101 10100 11011 101000110 100110 111001

Color Harmonies of #BB6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6696

Black with #BB6696

Text Example


Text Example

White with #BB6696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6696; }

 p { color: rgb(187,102,150); }

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

background-color css

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

 a { background-color: rgb(187,102,150); }

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

border-color css

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

 span { border-color: rgb(187,102,150); }

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