#B1819C

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

Shades of Bouquet #B1819C

Tints of Bouquet #B1819C

Color information

#B1819C (or 0xB1819C) is unknown color: approx Bouquet. HEX triplet: B1, 81 and 9C. RGB value is (177,129,156). Sum of RGB (Red+Green+Blue) = 177+129+156=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B1819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1819C is #4E7E63. Grayscale: #929292. Windows color (decimal): -5144164 or 10256817. OLE color: 10256817.

HSL color Cylindrical-coordinate representation of color #B1819C: hue angle of 326.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1819C is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB177129156-
CMYK00.270.120.31
HSL326.25º23.53%60%-
HSV(B)326.25º27.12%69.41%-
XYZ31.9827.4535.06-
YUV146.43133.4149.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=38.31%
G=27.92%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712915600.270.120.31326.2523.5360
HexB1819C01BC1F146183c
Octal26120123403314375063074
Binary10110001100000011001110001101111001111110100011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1819C; }

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

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

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

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

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

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

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

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