Html Css Color HEX #B1789F Bouquet

📋 copy color: '#B1789F'

red 177 ◦ green 120 ◦ blue 159

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

Shades of Bouquet #B1789F

Tints of Bouquet #B1789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.32%

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

R = 38.82%
G = 26.32%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1789F (or 0xB1789F) is known color: Bouquet. HEX triplet: B1, 78 and 9F. RGB value is (177,120,159). Sum of RGB (Red+Green+Blue) = 177+120+159=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B1789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1789F is #4E8760. Grayscale: #8D8D8D. Windows color (decimal): -5146465 or 10451121. OLE color: 10451121.

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

Color convert

RGB 177 120 159 -
CMYK 0 0.32 0.10 0.31
HSL 318.95º 0.27% 0.58% -
HSV(B) 318.95º 0.32% 0.69% -
XYZ 31.11 25.28 36.04 -
YUV 141.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 177 120 159 0 0.32 0.10 0.31 318.95 0.27 0.58
Hex B1 78 9F 0 20 A 1F 13F 1B 3A
Octal 261 170 237 0 40 12 37 477 33 72
Binary 10110001 1111000 10011111 0 100000 1010 11111 100111111 11011 111010

Color Harmonies of #B1789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1789F

Black with #B1789F

Text Example


Text Example

White with #B1789F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1789F; }

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

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

background-color css

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

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

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

border-color css

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

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

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