#B673A0

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

Shades of Bouquet #B673A0

Tints of Bouquet #B673A0

Color information

#B673A0 (or 0xB673A0) is unknown color: approx Bouquet. HEX triplet: B6, 73 and A0. RGB value is (182,115,160). Sum of RGB (Red+Green+Blue) = 182+115+160=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B673A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B673A0 is #498C5F. Grayscale: #8C8C8C. Windows color (decimal): -4820064 or 10515382. OLE color: 10515382.

HSL color Cylindrical-coordinate representation of color #B673A0: hue angle of 319.7º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B673A0 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB182115160-
CMYK00.370.120.29
HSL319.7º31.46%58.24%-
HSV(B)319.7º36.81%71.37%-
XYZ31.7724.7436.36-
YUV140.16139.2157.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=39.82%
G=25.16%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211516000.370.120.29319.731.4658.24
HexB673A0025C1D1401f3a
Octal26616324004514355003772
Binary10110110111001110100000010010111001110110100000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B673A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B673A0; }

 p { color: rgb(182,115,160); }

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

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

 a { background-color: rgb(182,115,160); }

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

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

 span { border-color: rgb(182,115,160); }

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