Html Css Color HEX #BB799F Bouquet

📋 copy color: '#BB799F'

red 187 ◦ green 121 ◦ blue 159

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

Shades of Bouquet #BB799F

Tints of Bouquet #BB799F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.05%

R = 40.04%
G = 25.91%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB799F (or 0xBB799F) is known color: Bouquet. HEX triplet: BB, 79 and 9F. RGB value is (187,121,159). Sum of RGB (Red+Green+Blue) = 187+121+159=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB799F is #448660. Grayscale: #909090. Windows color (decimal): -4490849 or 10451387. OLE color: 10451387.

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

Color convert

RGB 187 121 159 -
CMYK 0 0.35 0.15 0.27
HSL 325.45º 0.33% 0.6% -
HSV(B) 325.45º 0.35% 0.73% -
XYZ 33.59 26.74 36.19 -
YUV 145.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 187 121 159 0 0.35 0.15 0.27 325.45 0.33 0.6
Hex BB 79 9F 0 23 F 1B 145 21 3C
Octal 273 171 237 0 43 17 33 505 41 74
Binary 10111011 1111001 10011111 0 100011 1111 11011 101000101 100001 111100

Color Harmonies of #BB799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB799F

Black with #BB799F

Text Example


Text Example

White with #BB799F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB799F; }

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

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

background-color css

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

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

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

border-color css

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

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

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