#B3819C

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

Shades of Bouquet #B3819C

Tints of Bouquet #B3819C

Color information

#B3819C (or 0xB3819C) is unknown color: approx Bouquet. HEX triplet: B3, 81 and 9C. RGB value is (179,129,156). Sum of RGB (Red+Green+Blue) = 179+129+156=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B3819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3819C is #4C7E63. Grayscale: #929292. Windows color (decimal): -5013092 or 10256819. OLE color: 10256819.

HSL color Cylindrical-coordinate representation of color #B3819C: hue angle of 327.6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3819C is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB179129156-
CMYK00.280.130.30
HSL327.6º24.75%60.39%-
HSV(B)327.6º27.93%70.2%-
XYZ32.4427.6835.09-
YUV147.03133.06150.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=38.58%
G=27.80%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912915600.280.130.30327.624.7560.39
HexB3819C01CD1E148193c
Octal26320123403415365103174
Binary10110011100000011001110001110011011111010100100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3819C; }

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

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

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

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

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

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

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

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