Html Css Color HEX #B1729B Bouquet

📋 copy color: '#B1729B'

red 177 ◦ green 114 ◦ blue 155

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

Shades of Bouquet #B1729B

Tints of Bouquet #B1729B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.75%

R = 39.69%
G = 25.56%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1729B (or 0xB1729B) is known color: Bouquet. HEX triplet: B1, 72 and 9B. RGB value is (177,114,155). Sum of RGB (Red+Green+Blue) = 177+114+155=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B1729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1729B is #4E8D64. Grayscale: #898989. Windows color (decimal): -5148005 or 10187441. OLE color: 10187441.

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

Color convert

RGB 177 114 155 -
CMYK 0 0.36 0.12 0.31
HSL 320.95º 0.29% 0.57% -
HSV(B) 320.95º 0.36% 0.69% -
XYZ 30.07 23.75 34.01 -
YUV 137.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 177 114 155 0 0.36 0.12 0.31 320.95 0.29 0.57
Hex B1 72 9B 0 24 C 1F 141 1D 39
Octal 261 162 233 0 44 14 37 501 35 71
Binary 10110001 1110010 10011011 0 100100 1100 11111 101000001 11101 111001

Color Harmonies of #B1729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1729B

Black with #B1729B

Text Example


Text Example

White with #B1729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1729B; }

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

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

background-color css

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

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

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

border-color css

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

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

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