Html Css Color HEX #B1709C Bouquet

📋 copy color: '#B1709C'

red 177 ◦ green 112 ◦ blue 156

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

Shades of Bouquet #B1709C

Tints of Bouquet #B1709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.17%

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

R = 39.78%
G = 25.17%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1709C (or 0xB1709C) is known color: Bouquet. HEX triplet: B1, 70 and 9C. RGB value is (177,112,156). Sum of RGB (Red+Green+Blue) = 177+112+156=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B1709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1709C is #4E8F63. Grayscale: #888888. Windows color (decimal): -5148516 or 10252465. OLE color: 10252465.

HSL color Cylindrical-coordinate representation of color #B1709C: hue angle of 319.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1709C is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 112 156 -
CMYK 0 0.37 0.12 0.31
HSL 319.38º 0.29% 0.57% -
HSV(B) 319.38º 0.37% 0.69% -
XYZ 29.93 23.34 34.38 -
YUV 136.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 177 112 156 0 0.37 0.12 0.31 319.38 0.29 0.57
Hex B1 70 9C 0 25 C 1F 13F 1D 39
Octal 261 160 234 0 45 14 37 477 35 71
Binary 10110001 1110000 10011100 0 100101 1100 11111 100111111 11101 111001

Color Harmonies of #B1709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1709C

Black with #B1709C

Text Example


Text Example

White with #B1709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1709C; }

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

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

background-color css

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

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

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

border-color css

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

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

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