#B3859C

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

Shades of Bouquet #B3859C

Tints of Bouquet #B3859C

Color information

#B3859C (or 0xB3859C) is unknown color: approx Bouquet. HEX triplet: B3, 85 and 9C. RGB value is (179,133,156). Sum of RGB (Red+Green+Blue) = 179+133+156=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3859C is #4C7A63. Grayscale: #959595. Windows color (decimal): -5012068 or 10257843. OLE color: 10257843.

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

Color convert

RGB179133156-
CMYK00.260.130.30
HSL330º23.23%61.18%-
HSV(B)330º25.7%70.2%-
XYZ32.9828.7635.27-
YUV149.38131.74149.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 156 (61.33% from 255) = 33.33%
R=38.25%
G=28.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913315600.260.130.3033023.2361.18
HexB3859C01AD1E14a173d
Octal26320523403215365122775
Binary10110011100001011001110001101011011111010100101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3859C; }

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

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

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

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

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

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

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

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