#B3869E

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

Shades of Bouquet #B3869E

Tints of Bouquet #B3869E

Color information

#B3869E (or 0xB3869E) is unknown color: approx Bouquet. HEX triplet: B3, 86 and 9E. RGB value is (179,134,158). Sum of RGB (Red+Green+Blue) = 179+134+158=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B3869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3869E is #4C7961. Grayscale: #969696. Windows color (decimal): -5011810 or 10389171. OLE color: 10389171.

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

Color convert

RGB179134158-
CMYK00.250.120.30
HSL328º22.84%61.37%-
HSV(B)328º25.14%70.2%-
XYZ33.2929.136.21-
YUV150.19132.41148.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 158 (62.11% from 255) = 33.55%
R=38.00%
G=28.45%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913415800.250.120.3032822.8461.37
HexB3869E019C1E148173d
Octal26320623603114365102775
Binary10110011100001101001111001100111001111010100100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3869E; }

 p { color: rgb(179,134,158); }

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

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

 a { background-color: rgb(179,134,158); }

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

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

 span { border-color: rgb(179,134,158); }

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