Html Css Color HEX #B1849C Bouquet

📋 copy color: '#B1849C'

red 177 ◦ green 132 ◦ blue 156

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

Shades of Bouquet #B1849C

Tints of Bouquet #B1849C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.39%

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

R = 38.06%
G = 28.39%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1849C (or 0xB1849C) is known color: Bouquet. HEX triplet: B1, 84 and 9C. RGB value is (177,132,156). Sum of RGB (Red+Green+Blue) = 177+132+156=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B1849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1849C is #4E7B63. Grayscale: #949494. Windows color (decimal): -5143396 or 10257585. OLE color: 10257585.

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

Color convert

RGB 177 132 156 -
CMYK 0 0.25 0.12 0.31
HSL 328º 0.22% 0.61% -
HSV(B) 328º 0.25% 0.69% -
XYZ 32.38 28.25 35.2 -
YUV 148.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 177 132 156 0 0.25 0.12 0.31 328 0.22 0.61
Hex B1 84 9C 0 19 C 1F 148 16 3D
Octal 261 204 234 0 31 14 37 510 26 75
Binary 10110001 10000100 10011100 0 11001 1100 11111 101001000 10110 111101

Color Harmonies of #B1849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1849C

Black with #B1849C

Text Example


Text Example

White with #B1849C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1849C; }

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

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

background-color css

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

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

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

border-color css

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

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

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