Html Css Color HEX #B1769E Bouquet

📋 copy color: '#B1769E'

red 177 ◦ green 118 ◦ blue 158

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

Shades of Bouquet #B1769E

Tints of Bouquet #B1769E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.05%

 BLUE value IS 158 (62.11% from 255) = 34.88%

R = 39.07%
G = 26.05%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1769E (or 0xB1769E) is known color: Bouquet. HEX triplet: B1, 76 and 9E. RGB value is (177,118,158). Sum of RGB (Red+Green+Blue) = 177+118+158=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1769E is #4E8961. Grayscale: #8C8C8C. Windows color (decimal): -5146978 or 10385073. OLE color: 10385073.

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

Color convert

RGB 177 118 158 -
CMYK 0 0.33 0.11 0.31
HSL 319.32º 0.27% 0.58% -
HSV(B) 319.32º 0.33% 0.69% -
XYZ 30.78 24.77 35.51 -
YUV 140.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 177 118 158 0 0.33 0.11 0.31 319.32 0.27 0.58
Hex B1 76 9E 0 21 B 1F 13F 1B 3A
Octal 261 166 236 0 41 13 37 477 33 72
Binary 10110001 1110110 10011110 0 100001 1011 11111 100111111 11011 111010

Color Harmonies of #B1769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1769E

Black with #B1769E

Text Example


Text Example

White with #B1769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1769E; }

 p { color: rgb(177,118,158); }

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

background-color css

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

 a { background-color: rgb(177,118,158); }

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

border-color css

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

 span { border-color: rgb(177,118,158); }

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