Html Css Color HEX #B1849F Bouquet

📋 copy color: '#B1849F'

red 177 ◦ green 132 ◦ blue 159

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

Shades of Bouquet #B1849F

Tints of Bouquet #B1849F

RGB

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

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

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

R = 37.82%
G = 28.21%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1849F (or 0xB1849F) is known color: Bouquet. HEX triplet: B1, 84 and 9F. RGB value is (177,132,159). Sum of RGB (Red+Green+Blue) = 177+132+159=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1849F is #4E7B60. Grayscale: #949494. Windows color (decimal): -5143393 or 10454193. OLE color: 10454193.

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

Color convert

RGB 177 132 159 -
CMYK 0 0.25 0.10 0.31
HSL 324º 0.22% 0.61% -
HSV(B) 324º 0.25% 0.69% -
XYZ 32.64 28.35 36.55 -
YUV 148.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 177 132 159 0 0.25 0.10 0.31 324 0.22 0.61
Hex B1 84 9F 0 19 A 1F 144 16 3D
Octal 261 204 237 0 31 12 37 504 26 75
Binary 10110001 10000100 10011111 0 11001 1010 11111 101000100 10110 111101

Color Harmonies of #B1849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1849F

Black with #B1849F

Text Example


Text Example

White with #B1849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1849F; }

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

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

background-color css

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

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

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

border-color css

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

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

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