Html Css Color HEX #BB7396 Hopbush

📋 copy color: '#BB7396'

red 187 ◦ green 115 ◦ blue 150

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

Shades of Hopbush #BB7396

Tints of Hopbush #BB7396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.44%

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

R = 41.37%
G = 25.44%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB7396 (or 0xBB7396) is known color: Hopbush. HEX triplet: BB, 73 and 96. RGB value is (187,115,150). Sum of RGB (Red+Green+Blue) = 187+115+150=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7396 is #448C69. Grayscale: #8C8C8C. Windows color (decimal): -4492394 or 9860027. OLE color: 9860027.

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

Color convert

RGB 187 115 150 -
CMYK 0 0.39 0.20 0.27
HSL 330.83º 0.35% 0.59% -
HSV(B) 330.83º 0.39% 0.73% -
XYZ 32.13 25.03 31.99 -
YUV 140.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 187 115 150 0 0.39 0.20 0.27 330.83 0.35 0.59
Hex BB 73 96 0 27 14 1B 14B 23 3B
Octal 273 163 226 0 47 24 33 513 43 73
Binary 10111011 1110011 10010110 0 100111 10100 11011 101001011 100011 111011

Color Harmonies of #BB7396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7396

Black with #BB7396

Text Example


Text Example

White with #BB7396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7396; }

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

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

background-color css

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

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

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

border-color css

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

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

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