Html Css Color HEX #BB7C97 Hopbush

📋 copy color: '#BB7C97'

red 187 ◦ green 124 ◦ blue 151

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

Shades of Hopbush #BB7C97

Tints of Hopbush #BB7C97

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.84%

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

R = 40.48%
G = 26.84%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB7C97 (or 0xBB7C97) is known color: Hopbush. HEX triplet: BB, 7C and 97. RGB value is (187,124,151). Sum of RGB (Red+Green+Blue) = 187+124+151=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7C97 is #448368. Grayscale: #919191. Windows color (decimal): -4490089 or 9927867. OLE color: 9927867.

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

Color convert

RGB 187 124 151 -
CMYK 0 0.34 0.19 0.27
HSL 334.29º 0.32% 0.61% -
HSV(B) 334.29º 0.34% 0.73% -
XYZ 33.29 27.21 32.78 -
YUV 145.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 187 124 151 0 0.34 0.19 0.27 334.29 0.32 0.61
Hex BB 7C 97 0 22 13 1B 14E 20 3D
Octal 273 174 227 0 42 23 33 516 40 75
Binary 10111011 1111100 10010111 0 100010 10011 11011 101001110 100000 111101

Color Harmonies of #BB7C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C97

Black with #BB7C97

Text Example


Text Example

White with #BB7C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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