Html Css Color HEX #B1859F Bouquet

📋 copy color: '#B1859F'

red 177 ◦ green 133 ◦ blue 159

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

Shades of Bouquet #B1859F

Tints of Bouquet #B1859F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.36%

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

R = 37.74%
G = 28.36%
B = 33.9%

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

#B1859F (or 0xB1859F) is known color: Bouquet. HEX triplet: B1, 85 and 9F. RGB value is (177,133,159). Sum of RGB (Red+Green+Blue) = 177+133+159=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1859F is #4E7A60. Grayscale: #959595. Windows color (decimal): -5143137 or 10454449. OLE color: 10454449.

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

Color convert

RGB 177 133 159 -
CMYK 0 0.25 0.10 0.31
HSL 324.55º 0.22% 0.61% -
HSV(B) 324.55º 0.25% 0.69% -
XYZ 32.78 28.63 36.6 -
YUV 149.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 177 133 159 0 0.25 0.10 0.31 324.55 0.22 0.61
Hex B1 85 9F 0 19 A 1F 145 16 3D
Octal 261 205 237 0 31 12 37 505 26 75
Binary 10110001 10000101 10011111 0 11001 1010 11111 101000101 10110 111101

Color Harmonies of #B1859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1859F

Black with #B1859F

Text Example


Text Example

White with #B1859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1859F; }

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

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

background-color css

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

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

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

border-color css

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

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

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