Html Css Color HEX #B1809D Bouquet

📋 copy color: '#B1809D'

red 177 ◦ green 128 ◦ blue 157

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

Shades of Bouquet #B1809D

Tints of Bouquet #B1809D

RGB

 RED value IS 177 (69.53% from 255) = 38.31%

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

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

R = 38.31%
G = 27.71%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1809D (or 0xB1809D) is known color: Bouquet. HEX triplet: B1, 80 and 9D. RGB value is (177,128,157). Sum of RGB (Red+Green+Blue) = 177+128+157=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B1809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1809D is #4E7F62. Grayscale: #919191. Windows color (decimal): -5144419 or 10322097. OLE color: 10322097.

HSL color Cylindrical-coordinate representation of color #B1809D: hue angle of 324.49º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1809D is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 128 157 -
CMYK 0 0.28 0.11 0.31
HSL 324.49º 0.24% 0.6% -
HSV(B) 324.49º 0.28% 0.69% -
XYZ 31.94 27.22 35.47 -
YUV 145.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 177 128 157 0 0.28 0.11 0.31 324.49 0.24 0.6
Hex B1 80 9D 0 1C B 1F 144 18 3C
Octal 261 200 235 0 34 13 37 504 30 74
Binary 10110001 10000000 10011101 0 11100 1011 11111 101000100 11000 111100

Color Harmonies of #B1809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1809D

Black with #B1809D

Text Example


Text Example

White with #B1809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1809D; }

 p { color: rgb(177,128,157); }

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

background-color css

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

 a { background-color: rgb(177,128,157); }

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

border-color css

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

 span { border-color: rgb(177,128,157); }

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