Html Css Color HEX #BB759B Bouquet

📋 copy color: '#BB759B'

red 187 ◦ green 117 ◦ blue 155

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

Shades of Bouquet #BB759B

Tints of Bouquet #BB759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.49%

 BLUE value IS 155 (60.94% from 255) = 33.77%

R = 40.74%
G = 25.49%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB759B (or 0xBB759B) is known color: Bouquet. HEX triplet: BB, 75 and 9B. RGB value is (187,117,155). Sum of RGB (Red+Green+Blue) = 187+117+155=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB759B is #448A64. Grayscale: #8E8E8E. Windows color (decimal): -4491877 or 10188219. OLE color: 10188219.

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

Color convert

RGB 187 117 155 -
CMYK 0 0.37 0.17 0.27
HSL 327.43º 0.34% 0.6% -
HSV(B) 327.43º 0.37% 0.73% -
XYZ 32.77 25.65 34.23 -
YUV 142.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 187 117 155 0 0.37 0.17 0.27 327.43 0.34 0.6
Hex BB 75 9B 0 25 11 1B 147 22 3C
Octal 273 165 233 0 45 21 33 507 42 74
Binary 10111011 1110101 10011011 0 100101 10001 11011 101000111 100010 111100

Color Harmonies of #BB759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB759B

Black with #BB759B

Text Example


Text Example

White with #BB759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB759B; }

 p { color: rgb(187,117,155); }

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

background-color css

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

 a { background-color: rgb(187,117,155); }

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

border-color css

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

 span { border-color: rgb(187,117,155); }

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