Html Css Color HEX #BB7597 Hopbush

📋 copy color: '#BB7597'

red 187 ◦ green 117 ◦ blue 151

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

Shades of Hopbush #BB7597

Tints of Hopbush #BB7597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.19%

R = 41.1%
G = 25.71%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB7597 (or 0xBB7597) is known color: Hopbush. HEX triplet: BB, 75 and 97. RGB value is (187,117,151). Sum of RGB (Red+Green+Blue) = 187+117+151=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7597 is #448A68. Grayscale: #8D8D8D. Windows color (decimal): -4491881 or 9926075. OLE color: 9926075.

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

Color convert

RGB 187 117 151 -
CMYK 0 0.37 0.19 0.27
HSL 330.86º 0.34% 0.6% -
HSV(B) 330.86º 0.37% 0.73% -
XYZ 32.44 25.52 32.49 -
YUV 141.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 187 117 151 0 0.37 0.19 0.27 330.86 0.34 0.6
Hex BB 75 97 0 25 13 1B 14B 22 3C
Octal 273 165 227 0 45 23 33 513 42 74
Binary 10111011 1110101 10010111 0 100101 10011 11011 101001011 100010 111100

Color Harmonies of #BB7597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7597

Black with #BB7597

Text Example


Text Example

White with #BB7597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7597; }

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

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

background-color css

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

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

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

border-color css

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

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

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