Html Css Color HEX #B1719F Bouquet

📋 copy color: '#B1719F'

red 177 ◦ green 113 ◦ blue 159

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

Shades of Bouquet #B1719F

Tints of Bouquet #B1719F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.17%

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

R = 39.42%
G = 25.17%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1719F (or 0xB1719F) is known color: Bouquet. HEX triplet: B1, 71 and 9F. RGB value is (177,113,159). Sum of RGB (Red+Green+Blue) = 177+113+159=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1719F is #4E8E60. Grayscale: #898989. Windows color (decimal): -5148257 or 10449329. OLE color: 10449329.

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

Color convert

RGB 177 113 159 -
CMYK 0 0.36 0.10 0.31
HSL 316.88º 0.29% 0.57% -
HSV(B) 316.88º 0.36% 0.69% -
XYZ 30.29 23.66 35.77 -
YUV 137.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 177 113 159 0 0.36 0.10 0.31 316.88 0.29 0.57
Hex B1 71 9F 0 24 A 1F 13D 1D 39
Octal 261 161 237 0 44 12 37 475 35 71
Binary 10110001 1110001 10011111 0 100100 1010 11111 100111101 11101 111001

Color Harmonies of #B1719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1719F

Black with #B1719F

Text Example


Text Example

White with #B1719F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1719F; }

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

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

background-color css

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

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

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

border-color css

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

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

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