Html Css Color HEX #B1829A Bouquet

📋 copy color: '#B1829A'

red 177 ◦ green 130 ◦ blue 154

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

Shades of Bouquet #B1829A

Tints of Bouquet #B1829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.41%

R = 38.39%
G = 28.2%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1829A (or 0xB1829A) is known color: Bouquet. HEX triplet: B1, 82 and 9A. RGB value is (177,130,154). Sum of RGB (Red+Green+Blue) = 177+130+154=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B1829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1829A is #4E7D65. Grayscale: #929292. Windows color (decimal): -5143910 or 10126001. OLE color: 10126001.

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

Color convert

RGB 177 130 154 -
CMYK 0 0.27 0.13 0.31
HSL 329.36º 0.23% 0.6% -
HSV(B) 329.36º 0.27% 0.69% -
XYZ 31.95 27.65 34.22 -
YUV 146.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 177 130 154 0 0.27 0.13 0.31 329.36 0.23 0.6
Hex B1 82 9A 0 1B D 1F 149 17 3C
Octal 261 202 232 0 33 15 37 511 27 74
Binary 10110001 10000010 10011010 0 11011 1101 11111 101001001 10111 111100

Color Harmonies of #B1829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1829A

Black with #B1829A

Text Example


Text Example

White with #B1829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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