Html Css Color HEX #B1769F Bouquet

📋 copy color: '#B1769F'

red 177 ◦ green 118 ◦ blue 159

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

Shades of Bouquet #B1769F

Tints of Bouquet #B1769F

RGB

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

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

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

R = 38.99%
G = 25.99%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1769F (or 0xB1769F) is known color: Bouquet. HEX triplet: B1, 76 and 9F. RGB value is (177,118,159). Sum of RGB (Red+Green+Blue) = 177+118+159=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1769F is #4E8960. Grayscale: #8C8C8C. Windows color (decimal): -5146977 or 10450609. OLE color: 10450609.

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

Color convert

RGB 177 118 159 -
CMYK 0 0.33 0.10 0.31
HSL 318.31º 0.27% 0.58% -
HSV(B) 318.31º 0.33% 0.69% -
XYZ 30.87 24.81 35.96 -
YUV 140.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 177 118 159 0 0.33 0.10 0.31 318.31 0.27 0.58
Hex B1 76 9F 0 21 A 1F 13E 1B 3A
Octal 261 166 237 0 41 12 37 476 33 72
Binary 10110001 1110110 10011111 0 100001 1010 11111 100111110 11011 111010

Color Harmonies of #B1769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1769F

Black with #B1769F

Text Example


Text Example

White with #B1769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1769F; }

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

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

background-color css

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

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

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

border-color css

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

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

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