#B3809D

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

Shades of Bouquet #B3809D

Tints of Bouquet #B3809D

Color information

#B3809D (or 0xB3809D) is unknown color: approx Bouquet. HEX triplet: B3, 80 and 9D. RGB value is (179,128,157). Sum of RGB (Red+Green+Blue) = 179+128+157=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B3809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3809D is #4C7F62. Grayscale: #929292. Windows color (decimal): -5013347 or 10322099. OLE color: 10322099.

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

Color convert

RGB179128157-
CMYK00.280.120.30
HSL325.88º25.12%60.2%-
HSV(B)325.88º28.49%70.2%-
XYZ32.427.4635.49-
YUV146.55133.9151.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=38.58%
G=27.59%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912815700.280.120.30325.8825.1260.2
HexB3809D01CC1E146193c
Octal26320023503414365063174
Binary10110011100000001001110101110011001111010100011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3809D; }

 p { color: rgb(179,128,157); }

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

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

 a { background-color: rgb(179,128,157); }

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

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

 span { border-color: rgb(179,128,157); }

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