Html Css Color HEX #B1699F Bouquet

📋 copy color: '#B1699F'

red 177 ◦ green 105 ◦ blue 159

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

Shades of Bouquet #B1699F

Tints of Bouquet #B1699F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.81%

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

R = 40.14%
G = 23.81%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1699F (or 0xB1699F) is known color: Bouquet. HEX triplet: B1, 69 and 9F. RGB value is (177,105,159). Sum of RGB (Red+Green+Blue) = 177+105+159=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B1699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1699F is #4E9660. Grayscale: #848484. Windows color (decimal): -5150305 or 10447281. OLE color: 10447281.

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

Color convert

RGB 177 105 159 -
CMYK 0 0.41 0.10 0.31
HSL 315º 0.32% 0.55% -
HSV(B) 315º 0.41% 0.69% -
XYZ 29.44 21.95 35.49 -
YUV 132.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 177 105 159 0 0.41 0.10 0.31 315 0.32 0.55
Hex B1 69 9F 0 29 A 1F 13B 20 37
Octal 261 151 237 0 51 12 37 473 40 67
Binary 10110001 1101001 10011111 0 101001 1010 11111 100111011 100000 110111

Color Harmonies of #B1699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1699F

Black with #B1699F

Text Example


Text Example

White with #B1699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1699F; }

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

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

background-color css

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

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

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

border-color css

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

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

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