Html Css Color HEX #BB6695 Hopbush

📋 copy color: '#BB6695'

red 187 ◦ green 102 ◦ blue 149

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

Shades of Hopbush #BB6695

Tints of Hopbush #BB6695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 42.69%
G = 23.29%
B = 34.02%

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

#BB6695 (or 0xBB6695) is known color: Hopbush. HEX triplet: BB, 66 and 95. RGB value is (187,102,149). Sum of RGB (Red+Green+Blue) = 187+102+149=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6695 is #44996A. Grayscale: #848484. Windows color (decimal): -4495723 or 9791163. OLE color: 9791163.

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

Color convert

RGB 187 102 149 -
CMYK 0 0.45 0.20 0.27
HSL 326.82º 0.38% 0.57% -
HSV(B) 326.82º 0.45% 0.73% -
XYZ 30.67 22.24 31.11 -
YUV 132.77 137.16 166.68 -
System Red Green Blue C M Y K H S L
Decimal 187 102 149 0 0.45 0.20 0.27 326.82 0.38 0.57
Hex BB 66 95 0 2D 14 1B 147 26 39
Octal 273 146 225 0 55 24 33 507 46 71
Binary 10111011 1100110 10010101 0 101101 10100 11011 101000111 100110 111001

Color Harmonies of #BB6695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6695

Black with #BB6695

Text Example


Text Example

White with #BB6695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6695; }

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

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

background-color css

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

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

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

border-color css

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

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

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