Html Css Color HEX #BB6296 Hopbush

📋 copy color: '#BB6296'

red 187 ◦ green 98 ◦ blue 150

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

Shades of Hopbush #BB6296

Tints of Hopbush #BB6296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.53%

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

R = 42.99%
G = 22.53%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB6296 (or 0xBB6296) is known color: Hopbush. HEX triplet: BB, 62 and 96. RGB value is (187,98,150). Sum of RGB (Red+Green+Blue) = 187+98+150=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6296 is #449D69. Grayscale: #828282. Windows color (decimal): -4496746 or 9855675. OLE color: 9855675.

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

Color convert

RGB 187 98 150 -
CMYK 0 0.48 0.20 0.27
HSL 324.94º 0.4% 0.56% -
HSV(B) 324.94º 0.48% 0.73% -
XYZ 30.37 21.5 31.4 -
YUV 130.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 187 98 150 0 0.48 0.20 0.27 324.94 0.4 0.56
Hex BB 62 96 0 30 14 1B 145 28 38
Octal 273 142 226 0 60 24 33 505 50 70
Binary 10111011 1100010 10010110 0 110000 10100 11011 101000101 101000 111000

Color Harmonies of #BB6296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6296

Black with #BB6296

Text Example


Text Example

White with #BB6296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6296; }

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

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

background-color css

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

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

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

border-color css

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

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

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