#B1859A

Color #B1859A Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B1859A

Tints of Bouquet #B1859A

Color information

#B1859A (or 0xB1859A) is unknown color: approx Bouquet. HEX triplet: B1, 85 and 9A. RGB value is (177,133,154). Sum of RGB (Red+Green+Blue) = 177+133+154=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1859A is #4E7A65. Grayscale: #949494. Windows color (decimal): -5143142 or 10126769. OLE color: 10126769.

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

Color convert

RGB177133154-
CMYK00.250.130.31
HSL331.36º22%60.78%-
HSV(B)331.36º24.86%69.41%-
XYZ32.3528.4634.36-
YUV148.55131.08148.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=38.15%
G=28.66%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713315400.250.130.31331.362260.78
HexB1859A019D1F14b163d
Octal26120523203115375132675
Binary10110001100001011001101001100111011111110100101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1859A; }

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

 H1.HeaderClassName
 {
   color: #B1859A;
 }
 .AnyTagClassName
 {
   color: #B1859A;
 }
</style>
background-color css

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

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

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

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

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

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