Html Css Color HEX #B1819F Bouquet

📋 copy color: '#B1819F'

red 177 ◦ green 129 ◦ blue 159

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

Shades of Bouquet #B1819F

Tints of Bouquet #B1819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.74%

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

R = 38.06%
G = 27.74%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1819F (or 0xB1819F) is known color: Bouquet. HEX triplet: B1, 81 and 9F. RGB value is (177,129,159). Sum of RGB (Red+Green+Blue) = 177+129+159=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B1819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1819F is #4E7E60. Grayscale: #929292. Windows color (decimal): -5144161 or 10453425. OLE color: 10453425.

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

Color convert

RGB 177 129 159 -
CMYK 0 0.27 0.10 0.31
HSL 322.5º 0.24% 0.6% -
HSV(B) 322.5º 0.27% 0.69% -
XYZ 32.24 27.55 36.42 -
YUV 146.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 177 129 159 0 0.27 0.10 0.31 322.5 0.24 0.6
Hex B1 81 9F 0 1B A 1F 142 18 3C
Octal 261 201 237 0 33 12 37 502 30 74
Binary 10110001 10000001 10011111 0 11011 1010 11111 101000010 11000 111100

Color Harmonies of #B1819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1819F

Black with #B1819F

Text Example


Text Example

White with #B1819F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1819F; }

 p { color: rgb(177,129,159); }

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

background-color css

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

 a { background-color: rgb(177,129,159); }

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

border-color css

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

 span { border-color: rgb(177,129,159); }

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