#B673A5

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

Shades of Bouquet #B673A5

Tints of Bouquet #B673A5

Color information

#B673A5 (or 0xB673A5) is unknown color: approx Bouquet. HEX triplet: B6, 73 and A5. RGB value is (182,115,165). Sum of RGB (Red+Green+Blue) = 182+115+165=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B673A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B673A5 is #498C5A. Grayscale: #8C8C8C. Windows color (decimal): -4820059 or 10843062. OLE color: 10843062.

HSL color Cylindrical-coordinate representation of color #B673A5: hue angle of 315.22º 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 #B673A5 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB182115165-
CMYK00.370.090.29
HSL315.22º31.46%58.24%-
HSV(B)315.22º36.81%71.37%-
XYZ32.2124.9238.71-
YUV140.73141.7157.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=39.39%
G=24.89%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211516500.370.090.29315.2231.4658.24
HexB673A502591D13b1f3a
Octal26616324504511354733772
Binary10110110111001110100101010010110011110110011101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B673A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B673A5; }

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

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

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

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

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

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

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

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