Html Css Color HEX #BB7292 Hopbush

📋 copy color: '#BB7292'

red 187 ◦ green 114 ◦ blue 146

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

Shades of Hopbush #BB7292

Tints of Hopbush #BB7292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.5%

 BLUE value IS 146 (57.42% from 255) = 32.66%

R = 41.83%
G = 25.5%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB7292 (or 0xBB7292) is known color: Hopbush. HEX triplet: BB, 72 and 92. RGB value is (187,114,146). Sum of RGB (Red+Green+Blue) = 187+114+146=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7292 is #448D6D. Grayscale: #8B8B8B. Windows color (decimal): -4492654 or 9597627. OLE color: 9597627.

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

Color convert

RGB 187 114 146 -
CMYK 0 0.39 0.22 0.27
HSL 333.7º 0.35% 0.59% -
HSV(B) 333.7º 0.39% 0.73% -
XYZ 31.7 24.67 30.29 -
YUV 139.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 187 114 146 0 0.39 0.22 0.27 333.7 0.35 0.59
Hex BB 72 92 0 27 16 1B 14E 23 3B
Octal 273 162 222 0 47 26 33 516 43 73
Binary 10111011 1110010 10010010 0 100111 10110 11011 101001110 100011 111011

Color Harmonies of #BB7292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7292

Black with #BB7292

Text Example


Text Example

White with #BB7292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7292; }

 p { color: rgb(187,114,146); }

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

background-color css

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

 a { background-color: rgb(187,114,146); }

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

border-color css

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

 span { border-color: rgb(187,114,146); }

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