Html Css Color HEX #B1829C Bouquet

📋 copy color: '#B1829C'

red 177 ◦ green 130 ◦ blue 156

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

Shades of Bouquet #B1829C

Tints of Bouquet #B1829C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.08%

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

R = 38.23%
G = 28.08%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1829C (or 0xB1829C) is known color: Bouquet. HEX triplet: B1, 82 and 9C. RGB value is (177,130,156). Sum of RGB (Red+Green+Blue) = 177+130+156=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1829C is #4E7D63. Grayscale: #929292. Windows color (decimal): -5143908 or 10257073. OLE color: 10257073.

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

Color convert

RGB 177 130 156 -
CMYK 0 0.27 0.12 0.31
HSL 326.81º 0.23% 0.6% -
HSV(B) 326.81º 0.27% 0.69% -
XYZ 32.11 27.71 35.11 -
YUV 147.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 177 130 156 0 0.27 0.12 0.31 326.81 0.23 0.6
Hex B1 82 9C 0 1B C 1F 147 17 3C
Octal 261 202 234 0 33 14 37 507 27 74
Binary 10110001 10000010 10011100 0 11011 1100 11111 101000111 10111 111100

Color Harmonies of #B1829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1829C

Black with #B1829C

Text Example


Text Example

White with #B1829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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