Html Css Color HEX #B1689D Bouquet

📋 copy color: '#B1689D'

red 177 ◦ green 104 ◦ blue 157

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

Shades of Bouquet #B1689D

Tints of Bouquet #B1689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.74%

 BLUE value IS 157 (61.72% from 255) = 35.84%

R = 40.41%
G = 23.74%
B = 35.84%

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

#B1689D (or 0xB1689D) is known color: Bouquet. HEX triplet: B1, 68 and 9D. RGB value is (177,104,157). Sum of RGB (Red+Green+Blue) = 177+104+157=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B1689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1689D is #4E9762. Grayscale: #838383. Windows color (decimal): -5150563 or 10315953. OLE color: 10315953.

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

Color convert

RGB 177 104 157 -
CMYK 0 0.41 0.11 0.31
HSL 316.44º 0.32% 0.55% -
HSV(B) 316.44º 0.41% 0.69% -
XYZ 29.17 21.68 34.55 -
YUV 131.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 177 104 157 0 0.41 0.11 0.31 316.44 0.32 0.55
Hex B1 68 9D 0 29 B 1F 13C 20 37
Octal 261 150 235 0 51 13 37 474 40 67
Binary 10110001 1101000 10011101 0 101001 1011 11111 100111100 100000 110111

Color Harmonies of #B1689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1689D

Black with #B1689D

Text Example


Text Example

White with #B1689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1689D; }

 p { color: rgb(177,104,157); }

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

background-color css

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

 a { background-color: rgb(177,104,157); }

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

border-color css

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

 span { border-color: rgb(177,104,157); }

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