#B674AC

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

Shades of Bouquet #B674AC

Tints of Bouquet #B674AC

Color information

#B674AC (or 0xB674AC) is unknown color: approx Bouquet. HEX triplet: B6, 74 and AC. RGB value is (182,116,172). Sum of RGB (Red+Green+Blue) = 182+116+172=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B674AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B674AC is #498B53. Grayscale: #8D8D8D. Windows color (decimal): -4819796 or 11302070. OLE color: 11302070.

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

Color convert

RGB182116172-
CMYK00.360.050.29
HSL309.09º31.13%58.43%-
HSV(B)309.09º36.26%71.37%-
XYZ32.9825.4142.2-
YUV142.12144.87156.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.72%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=38.72%
G=24.68%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211617200.360.050.29309.0931.1358.43
HexB674AC02451D1351f3a
Octal2661642540445354653772
Binary1011011011101001010110001001001011110110011010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B674AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B674AC; }

 p { color: rgb(182,116,172); }

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

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

 a { background-color: rgb(182,116,172); }

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

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

 span { border-color: rgb(182,116,172); }

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