Html Css Color HEX #BB7397 Hopbush

📋 copy color: '#BB7397'

red 187 ◦ green 115 ◦ blue 151

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

Shades of Hopbush #BB7397

Tints of Hopbush #BB7397

RGB

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

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

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

R = 41.28%
G = 25.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB7397 (or 0xBB7397) is known color: Hopbush. HEX triplet: BB, 73 and 97. RGB value is (187,115,151). Sum of RGB (Red+Green+Blue) = 187+115+151=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7397 is #448C68. Grayscale: #8C8C8C. Windows color (decimal): -4492393 or 9925563. OLE color: 9925563.

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

Color convert

RGB 187 115 151 -
CMYK 0 0.39 0.19 0.27
HSL 330º 0.35% 0.59% -
HSV(B) 330º 0.39% 0.73% -
XYZ 32.21 25.06 32.42 -
YUV 140.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 187 115 151 0 0.39 0.19 0.27 330 0.35 0.59
Hex BB 73 97 0 27 13 1B 14A 23 3B
Octal 273 163 227 0 47 23 33 512 43 73
Binary 10111011 1110011 10010111 0 100111 10011 11011 101001010 100011 111011

Color Harmonies of #BB7397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7397

Black with #BB7397

Text Example


Text Example

White with #BB7397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7397; }

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

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

background-color css

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

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

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

border-color css

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

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

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