#B673AB

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

Shades of Bouquet #B673AB

Tints of Bouquet #B673AB

Color information

#B673AB (or 0xB673AB) is unknown color: approx Bouquet. HEX triplet: B6, 73 and AB. RGB value is (182,115,171). Sum of RGB (Red+Green+Blue) = 182+115+171=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B673AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B673AB is #498C54. Grayscale: #8D8D8D. Windows color (decimal): -4820053 or 11236278. OLE color: 11236278.

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

Color convert

RGB182115171-
CMYK00.370.060.29
HSL309.85º31.46%58.24%-
HSV(B)309.85º36.81%71.37%-
XYZ32.7725.1541.65-
YUV141.42144.7156.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 115 (45.31% from 255) = 24.57%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=38.89%
G=24.57%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211517100.370.060.29309.8531.4658.24
HexB673AB02561D1361f3a
Octal2661632530456354663772
Binary1011011011100111010101101001011101110110011011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B673AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B673AB; }

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

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

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

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

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

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

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

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