Html Css Color HEX #B1789D Bouquet

📋 copy color: '#B1789D'

red 177 ◦ green 120 ◦ blue 157

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

Shades of Bouquet #B1789D

Tints of Bouquet #B1789D

RGB

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

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

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

R = 38.99%
G = 26.43%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1789D (or 0xB1789D) is known color: Bouquet. HEX triplet: B1, 78 and 9D. RGB value is (177,120,157). Sum of RGB (Red+Green+Blue) = 177+120+157=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1789D is #4E8762. Grayscale: #8D8D8D. Windows color (decimal): -5146467 or 10320049. OLE color: 10320049.

HSL color Cylindrical-coordinate representation of color #B1789D: hue angle of 321.05º 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 #B1789D is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 120 157 -
CMYK 0 0.32 0.11 0.31
HSL 321.05º 0.27% 0.58% -
HSV(B) 321.05º 0.32% 0.69% -
XYZ 30.93 25.21 35.13 -
YUV 141.26 136.88 153.49 -
System Red Green Blue C M Y K H S L
Decimal 177 120 157 0 0.32 0.11 0.31 321.05 0.27 0.58
Hex B1 78 9D 0 20 B 1F 141 1B 3A
Octal 261 170 235 0 40 13 37 501 33 72
Binary 10110001 1111000 10011101 0 100000 1011 11111 101000001 11011 111010

Color Harmonies of #B1789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1789D

Black with #B1789D

Text Example


Text Example

White with #B1789D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1789D; }

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

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

background-color css

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

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

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

border-color css

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

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

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