Html Css Color HEX #B1699E Bouquet

📋 copy color: '#B1699E'

red 177 ◦ green 105 ◦ blue 158

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

Shades of Bouquet #B1699E

Tints of Bouquet #B1699E

RGB

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

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

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

R = 40.23%
G = 23.86%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1699E (or 0xB1699E) is known color: Bouquet. HEX triplet: B1, 69 and 9E. RGB value is (177,105,158). Sum of RGB (Red+Green+Blue) = 177+105+158=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B1699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1699E is #4E9661. Grayscale: #848484. Windows color (decimal): -5150306 or 10381745. OLE color: 10381745.

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

Color convert

RGB 177 105 158 -
CMYK 0 0.41 0.11 0.31
HSL 315.83º 0.32% 0.55% -
HSV(B) 315.83º 0.41% 0.69% -
XYZ 29.35 21.92 35.03 -
YUV 132.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 177 105 158 0 0.41 0.11 0.31 315.83 0.32 0.55
Hex B1 69 9E 0 29 B 1F 13C 20 37
Octal 261 151 236 0 51 13 37 474 40 67
Binary 10110001 1101001 10011110 0 101001 1011 11111 100111100 100000 110111

Color Harmonies of #B1699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1699E

Black with #B1699E

Text Example


Text Example

White with #B1699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1699E; }

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

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

background-color css

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

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

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

border-color css

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

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

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