Html Css Color HEX #BB799D Bouquet

📋 copy color: '#BB799D'

red 187 ◦ green 121 ◦ blue 157

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

Shades of Bouquet #BB799D

Tints of Bouquet #BB799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.76%

R = 40.22%
G = 26.02%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB799D (or 0xBB799D) is known color: Bouquet. HEX triplet: BB, 79 and 9D. RGB value is (187,121,157). Sum of RGB (Red+Green+Blue) = 187+121+157=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB799D is #448662. Grayscale: #909090. Windows color (decimal): -4490851 or 10320315. OLE color: 10320315.

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

Color convert

RGB 187 121 157 -
CMYK 0 0.35 0.16 0.27
HSL 327.27º 0.33% 0.6% -
HSV(B) 327.27º 0.35% 0.73% -
XYZ 33.42 26.67 35.29 -
YUV 144.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 187 121 157 0 0.35 0.16 0.27 327.27 0.33 0.6
Hex BB 79 9D 0 23 10 1B 147 21 3C
Octal 273 171 235 0 43 20 33 507 41 74
Binary 10111011 1111001 10011101 0 100011 10000 11011 101000111 100001 111100

Color Harmonies of #BB799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB799D

Black with #BB799D

Text Example


Text Example

White with #BB799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB799D; }

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

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

background-color css

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

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

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

border-color css

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

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

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