Html Css Color HEX #B1859B Bouquet

📋 copy color: '#B1859B'

red 177 ◦ green 133 ◦ blue 155

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

Shades of Bouquet #B1859B

Tints of Bouquet #B1859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.33%

R = 38.06%
G = 28.6%
B = 33.33%

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

#B1859B (or 0xB1859B) is known color: Bouquet. HEX triplet: B1, 85 and 9B. RGB value is (177,133,155). Sum of RGB (Red+Green+Blue) = 177+133+155=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B1859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1859B is #4E7A64. Grayscale: #949494. Windows color (decimal): -5143141 or 10192305. OLE color: 10192305.

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

Color convert

RGB 177 133 155 -
CMYK 0 0.25 0.12 0.31
HSL 330º 0.22% 0.61% -
HSV(B) 330º 0.25% 0.69% -
XYZ 32.44 28.49 34.8 -
YUV 148.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 177 133 155 0 0.25 0.12 0.31 330 0.22 0.61
Hex B1 85 9B 0 19 C 1F 14A 16 3D
Octal 261 205 233 0 31 14 37 512 26 75
Binary 10110001 10000101 10011011 0 11001 1100 11111 101001010 10110 111101

Color Harmonies of #B1859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1859B

Black with #B1859B

Text Example


Text Example

White with #B1859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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