Html Css Color HEX #B1729E Bouquet

📋 copy color: '#B1729E'

red 177 ◦ green 114 ◦ blue 158

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

Shades of Bouquet #B1729E

Tints of Bouquet #B1729E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.39%

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

R = 39.42%
G = 25.39%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1729E (or 0xB1729E) is known color: Bouquet. HEX triplet: B1, 72 and 9E. RGB value is (177,114,158). Sum of RGB (Red+Green+Blue) = 177+114+158=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1729E is #4E8D61. Grayscale: #898989. Windows color (decimal): -5148002 or 10384049. OLE color: 10384049.

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

Color convert

RGB 177 114 158 -
CMYK 0 0.36 0.11 0.31
HSL 318.1º 0.29% 0.57% -
HSV(B) 318.1º 0.36% 0.69% -
XYZ 30.32 23.85 35.35 -
YUV 137.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 177 114 158 0 0.36 0.11 0.31 318.1 0.29 0.57
Hex B1 72 9E 0 24 B 1F 13E 1D 39
Octal 261 162 236 0 44 13 37 476 35 71
Binary 10110001 1110010 10011110 0 100100 1011 11111 100111110 11101 111001

Color Harmonies of #B1729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1729E

Black with #B1729E

Text Example


Text Example

White with #B1729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1729E; }

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

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

background-color css

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

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

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

border-color css

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

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

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