Html Css Color HEX #B1789C Bouquet

📋 copy color: '#B1789C'

red 177 ◦ green 120 ◦ blue 156

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

Shades of Bouquet #B1789C

Tints of Bouquet #B1789C

RGB

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

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

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

R = 39.07%
G = 26.49%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1789C (or 0xB1789C) is known color: Bouquet. HEX triplet: B1, 78 and 9C. RGB value is (177,120,156). Sum of RGB (Red+Green+Blue) = 177+120+156=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1789C is #4E8763. Grayscale: #8D8D8D. Windows color (decimal): -5146468 or 10254513. OLE color: 10254513.

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

Color convert

RGB 177 120 156 -
CMYK 0 0.32 0.12 0.31
HSL 322.11º 0.27% 0.58% -
HSV(B) 322.11º 0.32% 0.69% -
XYZ 30.85 25.18 34.69 -
YUV 141.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 177 120 156 0 0.32 0.12 0.31 322.11 0.27 0.58
Hex B1 78 9C 0 20 C 1F 142 1B 3A
Octal 261 170 234 0 40 14 37 502 33 72
Binary 10110001 1111000 10011100 0 100000 1100 11111 101000010 11011 111010

Color Harmonies of #B1789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1789C

Black with #B1789C

Text Example


Text Example

White with #B1789C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1789C; }

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

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

background-color css

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

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

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

border-color css

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

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

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