#B674A1

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

Shades of Bouquet #B674A1

Tints of Bouquet #B674A1

Color information

#B674A1 (or 0xB674A1) is unknown color: approx Bouquet. HEX triplet: B6, 74 and A1. RGB value is (182,116,161). Sum of RGB (Red+Green+Blue) = 182+116+161=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B674A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B674A1 is #498B5E. Grayscale: #8C8C8C. Windows color (decimal): -4819807 or 10581174. OLE color: 10581174.

HSL color Cylindrical-coordinate representation of color #B674A1: hue angle of 319.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 #B674A1 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB182116161-
CMYK00.360.120.29
HSL319.09º31.13%58.43%-
HSV(B)319.09º36.26%71.37%-
XYZ31.9725.0136.86-
YUV140.86139.37157.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=39.65%
G=25.27%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211616100.360.120.29319.0931.1358.43
HexB674A1024C1D13f1f3a
Octal26616424104414354773772
Binary10110110111010010100001010010011001110110011111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B674A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B674A1; }

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

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

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

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

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

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

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

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