Html Css Color HEX #BB7693 Hopbush

📋 copy color: '#BB7693'

red 187 ◦ green 118 ◦ blue 147

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

Shades of Hopbush #BB7693

Tints of Hopbush #BB7693

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.11%

 BLUE value IS 147 (57.81% from 255) = 32.52%

R = 41.37%
G = 26.11%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB7693 (or 0xBB7693) is known color: Hopbush. HEX triplet: BB, 76 and 93. RGB value is (187,118,147). Sum of RGB (Red+Green+Blue) = 187+118+147=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7693 is #44896C. Grayscale: #8D8D8D. Windows color (decimal): -4491629 or 9664187. OLE color: 9664187.

HSL color Cylindrical-coordinate representation of color #BB7693: hue angle of 334.78º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7693 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 118 147 -
CMYK 0 0.37 0.21 0.27
HSL 334.78º 0.34% 0.6% -
HSV(B) 334.78º 0.37% 0.73% -
XYZ 32.24 25.63 30.85 -
YUV 141.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 187 118 147 0 0.37 0.21 0.27 334.78 0.34 0.6
Hex BB 76 93 0 25 15 1B 14F 22 3C
Octal 273 166 223 0 45 25 33 517 42 74
Binary 10111011 1110110 10010011 0 100101 10101 11011 101001111 100010 111100

Color Harmonies of #BB7693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7693

Black with #BB7693

Text Example


Text Example

White with #BB7693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7693; }

 p { color: rgb(187,118,147); }

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

background-color css

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

 a { background-color: rgb(187,118,147); }

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

border-color css

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

 span { border-color: rgb(187,118,147); }

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