Html Css Color HEX #BB7A98 Hopbush

📋 copy color: '#BB7A98'

red 187 ◦ green 122 ◦ blue 152

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

Shades of Hopbush #BB7A98

Tints of Hopbush #BB7A98

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.46%

 BLUE value IS 152 (59.77% from 255) = 32.97%

R = 40.56%
G = 26.46%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB7A98 (or 0xBB7A98) is known color: Hopbush. HEX triplet: BB, 7A and 98. RGB value is (187,122,152). Sum of RGB (Red+Green+Blue) = 187+122+152=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7A98 is #448567. Grayscale: #909090. Windows color (decimal): -4490600 or 9992891. OLE color: 9992891.

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

Color convert

RGB 187 122 152 -
CMYK 0 0.35 0.19 0.27
HSL 332.31º 0.32% 0.61% -
HSV(B) 332.31º 0.35% 0.73% -
XYZ 33.12 26.75 33.12 -
YUV 144.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 187 122 152 0 0.35 0.19 0.27 332.31 0.32 0.61
Hex BB 7A 98 0 23 13 1B 14C 20 3D
Octal 273 172 230 0 43 23 33 514 40 75
Binary 10111011 1111010 10011000 0 100011 10011 11011 101001100 100000 111101

Color Harmonies of #BB7A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A98

Black with #BB7A98

Text Example


Text Example

White with #BB7A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A98; }

 p { color: rgb(187,122,152); }

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

background-color css

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

 a { background-color: rgb(187,122,152); }

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

border-color css

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

 span { border-color: rgb(187,122,152); }

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