Html Css Color HEX #BB6595 Hopbush

📋 copy color: '#BB6595'

red 187 ◦ green 101 ◦ blue 149

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

Shades of Hopbush #BB6595

Tints of Hopbush #BB6595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.11%

 BLUE value IS 149 (58.59% from 255) = 34.1%

R = 42.79%
G = 23.11%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB6595 (or 0xBB6595) is known color: Hopbush. HEX triplet: BB, 65 and 95. RGB value is (187,101,149). Sum of RGB (Red+Green+Blue) = 187+101+149=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6595 is #449A6A. Grayscale: #848484. Windows color (decimal): -4495979 or 9790907. OLE color: 9790907.

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

Color convert

RGB 187 101 149 -
CMYK 0 0.46 0.20 0.27
HSL 326.51º 0.39% 0.56% -
HSV(B) 326.51º 0.46% 0.73% -
XYZ 30.57 22.04 31.08 -
YUV 132.19 137.49 167.1 -
System Red Green Blue C M Y K H S L
Decimal 187 101 149 0 0.46 0.20 0.27 326.51 0.39 0.56
Hex BB 65 95 0 2E 14 1B 147 27 38
Octal 273 145 225 0 56 24 33 507 47 70
Binary 10111011 1100101 10010101 0 101110 10100 11011 101000111 100111 111000

Color Harmonies of #BB6595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6595

Black with #BB6595

Text Example


Text Example

White with #BB6595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6595; }

 p { color: rgb(187,101,149); }

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

background-color css

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

 a { background-color: rgb(187,101,149); }

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

border-color css

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

 span { border-color: rgb(187,101,149); }

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