Html Css Color HEX #B1729F Bouquet

📋 copy color: '#B1729F'

red 177 ◦ green 114 ◦ blue 159

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

Shades of Bouquet #B1729F

Tints of Bouquet #B1729F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.33%

R = 39.33%
G = 25.33%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1729F (or 0xB1729F) is known color: Bouquet. HEX triplet: B1, 72 and 9F. RGB value is (177,114,159). Sum of RGB (Red+Green+Blue) = 177+114+159=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1729F is #4E8D60. Grayscale: #898989. Windows color (decimal): -5148001 or 10449585. OLE color: 10449585.

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

Color convert

RGB 177 114 159 -
CMYK 0 0.36 0.10 0.31
HSL 317.14º 0.29% 0.57% -
HSV(B) 317.14º 0.36% 0.69% -
XYZ 30.41 23.88 35.81 -
YUV 137.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 177 114 159 0 0.36 0.10 0.31 317.14 0.29 0.57
Hex B1 72 9F 0 24 A 1F 13D 1D 39
Octal 261 162 237 0 44 12 37 475 35 71
Binary 10110001 1110010 10011111 0 100100 1010 11111 100111101 11101 111001

Color Harmonies of #B1729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1729F

Black with #B1729F

Text Example


Text Example

White with #B1729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1729F; }

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

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

background-color css

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

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

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

border-color css

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

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

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