Html Css Color HEX #B1779C Bouquet

📋 copy color: '#B1779C'

red 177 ◦ green 119 ◦ blue 156

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

Shades of Bouquet #B1779C

Tints of Bouquet #B1779C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.33%

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 39.16%
G = 26.33%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1779C (or 0xB1779C) is known color: Bouquet. HEX triplet: B1, 77 and 9C. RGB value is (177,119,156). Sum of RGB (Red+Green+Blue) = 177+119+156=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1779C is #4E8863. Grayscale: #8C8C8C. Windows color (decimal): -5146724 or 10254257. OLE color: 10254257.

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

Color convert

RGB 177 119 156 -
CMYK 0 0.33 0.12 0.31
HSL 321.72º 0.27% 0.58% -
HSV(B) 321.72º 0.33% 0.69% -
XYZ 30.73 24.94 34.65 -
YUV 140.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 177 119 156 0 0.33 0.12 0.31 321.72 0.27 0.58
Hex B1 77 9C 0 21 C 1F 142 1B 3A
Octal 261 167 234 0 41 14 37 502 33 72
Binary 10110001 1110111 10011100 0 100001 1100 11111 101000010 11011 111010

Color Harmonies of #B1779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1779C

Black with #B1779C

Text Example


Text Example

White with #B1779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1779C; }

 p { color: rgb(177,119,156); }

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

background-color css

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

 a { background-color: rgb(177,119,156); }

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

border-color css

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

 span { border-color: rgb(177,119,156); }

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