Html Css Color HEX #BB7599 Hopbush

📋 copy color: '#BB7599'

red 187 ◦ green 117 ◦ blue 153

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

Shades of Hopbush #BB7599

Tints of Hopbush #BB7599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.6%

 BLUE value IS 153 (60.16% from 255) = 33.48%

R = 40.92%
G = 25.6%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB7599 (or 0xBB7599) is known color: Hopbush. HEX triplet: BB, 75 and 99. RGB value is (187,117,153). Sum of RGB (Red+Green+Blue) = 187+117+153=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7599 is #448A66. Grayscale: #8D8D8D. Windows color (decimal): -4491879 or 10057147. OLE color: 10057147.

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

Color convert

RGB 187 117 153 -
CMYK 0 0.37 0.18 0.27
HSL 329.14º 0.34% 0.6% -
HSV(B) 329.14º 0.37% 0.73% -
XYZ 32.6 25.59 33.36 -
YUV 142.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 187 117 153 0 0.37 0.18 0.27 329.14 0.34 0.6
Hex BB 75 99 0 25 12 1B 149 22 3C
Octal 273 165 231 0 45 22 33 511 42 74
Binary 10111011 1110101 10011001 0 100101 10010 11011 101001001 100010 111100

Color Harmonies of #BB7599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7599

Black with #BB7599

Text Example


Text Example

White with #BB7599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7599; }

 p { color: rgb(187,117,153); }

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

background-color css

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

 a { background-color: rgb(187,117,153); }

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

border-color css

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

 span { border-color: rgb(187,117,153); }

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