Html Css Color HEX #BB799B Bouquet

📋 copy color: '#BB799B'

red 187 ◦ green 121 ◦ blue 155

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

Shades of Bouquet #BB799B

Tints of Bouquet #BB799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.13%

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

R = 40.39%
G = 26.13%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB799B (or 0xBB799B) is known color: Bouquet. HEX triplet: BB, 79 and 9B. RGB value is (187,121,155). Sum of RGB (Red+Green+Blue) = 187+121+155=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB799B is #448664. Grayscale: #909090. Windows color (decimal): -4490853 or 10189243. OLE color: 10189243.

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

Color convert

RGB 187 121 155 -
CMYK 0 0.35 0.17 0.27
HSL 329.09º 0.33% 0.6% -
HSV(B) 329.09º 0.35% 0.73% -
XYZ 33.25 26.61 34.39 -
YUV 144.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 187 121 155 0 0.35 0.17 0.27 329.09 0.33 0.6
Hex BB 79 9B 0 23 11 1B 149 21 3C
Octal 273 171 233 0 43 21 33 511 41 74
Binary 10111011 1111001 10011011 0 100011 10001 11011 101001001 100001 111100

Color Harmonies of #BB799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB799B

Black with #BB799B

Text Example


Text Example

White with #BB799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB799B; }

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

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

background-color css

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

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

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

border-color css

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

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

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