Html Css Color HEX #B1859C Bouquet

📋 copy color: '#B1859C'

red 177 ◦ green 133 ◦ blue 156

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

Shades of Bouquet #B1859C

Tints of Bouquet #B1859C

RGB

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

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

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

R = 37.98%
G = 28.54%
B = 33.48%

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

#B1859C (or 0xB1859C) is known color: Bouquet. HEX triplet: B1, 85 and 9C. RGB value is (177,133,156). Sum of RGB (Red+Green+Blue) = 177+133+156=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1859C is #4E7A63. Grayscale: #949494. Windows color (decimal): -5143140 or 10257841. OLE color: 10257841.

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

Color convert

RGB 177 133 156 -
CMYK 0 0.25 0.12 0.31
HSL 328.64º 0.22% 0.61% -
HSV(B) 328.64º 0.25% 0.69% -
XYZ 32.52 28.52 35.24 -
YUV 148.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 177 133 156 0 0.25 0.12 0.31 328.64 0.22 0.61
Hex B1 85 9C 0 19 C 1F 149 16 3D
Octal 261 205 234 0 31 14 37 511 26 75
Binary 10110001 10000101 10011100 0 11001 1100 11111 101001001 10110 111101

Color Harmonies of #B1859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1859C

Black with #B1859C

Text Example


Text Example

White with #B1859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1859C; }

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

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

background-color css

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

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

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

border-color css

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

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

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