Html Css Color HEX #B1699C Bouquet

📋 copy color: '#B1699C'

red 177 ◦ green 105 ◦ blue 156

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

Shades of Bouquet #B1699C

Tints of Bouquet #B1699C

RGB

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

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

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

R = 40.41%
G = 23.97%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1699C (or 0xB1699C) is known color: Bouquet. HEX triplet: B1, 69 and 9C. RGB value is (177,105,156). Sum of RGB (Red+Green+Blue) = 177+105+156=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B1699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1699C is #4E9663. Grayscale: #848484. Windows color (decimal): -5150308 or 10250673. OLE color: 10250673.

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

Color convert

RGB 177 105 156 -
CMYK 0 0.41 0.12 0.31
HSL 317.5º 0.32% 0.55% -
HSV(B) 317.5º 0.41% 0.69% -
XYZ 29.18 21.85 34.13 -
YUV 132.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 177 105 156 0 0.41 0.12 0.31 317.5 0.32 0.55
Hex B1 69 9C 0 29 C 1F 13E 20 37
Octal 261 151 234 0 51 14 37 476 40 67
Binary 10110001 1101001 10011100 0 101001 1100 11111 100111110 100000 110111

Color Harmonies of #B1699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1699C

Black with #B1699C

Text Example


Text Example

White with #B1699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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