#B3809A

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

Shades of Bouquet #B3809A

Tints of Bouquet #B3809A

Color information

#B3809A (or 0xB3809A) is unknown color: approx Bouquet. HEX triplet: B3, 80 and 9A. RGB value is (179,128,154). Sum of RGB (Red+Green+Blue) = 179+128+154=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B3809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3809A is #4C7F65. Grayscale: #929292. Windows color (decimal): -5013350 or 10125491. OLE color: 10125491.

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

Color convert

RGB179128154-
CMYK00.280.140.30
HSL329.41º25.12%60.2%-
HSV(B)329.41º28.49%70.2%-
XYZ32.1427.3634.16-
YUV146.21132.4151.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 154 (60.55% from 255) = 33.41%
R=38.83%
G=27.77%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912815400.280.140.30329.4125.1260.2
HexB3809A01CE1E149193c
Octal26320023203416365113174
Binary10110011100000001001101001110011101111010100100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3809A; }

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

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

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

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

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

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

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

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