Html Css Color HEX #BB809F Bouquet

📋 copy color: '#BB809F'

red 187 ◦ green 128 ◦ blue 159

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

Shades of Bouquet #BB809F

Tints of Bouquet #BB809F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27%

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

R = 39.45%
G = 27%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB809F (or 0xBB809F) is known color: Bouquet. HEX triplet: BB, 80 and 9F. RGB value is (187,128,159). Sum of RGB (Red+Green+Blue) = 187+128+159=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB809F is #447F60. Grayscale: #959595. Windows color (decimal): -4489057 or 10453179. OLE color: 10453179.

HSL color Cylindrical-coordinate representation of color #BB809F: hue angle of 328.47º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB809F is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 159 -
CMYK 0 0.32 0.15 0.27
HSL 328.47º 0.3% 0.62% -
HSV(B) 328.47º 0.32% 0.73% -
XYZ 34.47 28.51 36.49 -
YUV 149.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 187 128 159 0 0.32 0.15 0.27 328.47 0.3 0.62
Hex BB 80 9F 0 20 F 1B 148 1E 3E
Octal 273 200 237 0 40 17 33 510 36 76
Binary 10111011 10000000 10011111 0 100000 1111 11011 101001000 11110 111110

Color Harmonies of #BB809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB809F

Black with #BB809F

Text Example


Text Example

White with #BB809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB809F; }

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

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

background-color css

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

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

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

border-color css

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

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

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