#B974AA

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

Shades of Bouquet #B974AA

Tints of Bouquet #B974AA

Color information

#B974AA (or 0xB974AA) is unknown color: approx Bouquet. HEX triplet: B9, 74 and AA. RGB value is (185,116,170). Sum of RGB (Red+Green+Blue) = 185+116+170=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B974AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B974AA is #468B55. Grayscale: #8E8E8E. Windows color (decimal): -4623190 or 11171001. OLE color: 11171001.

HSL color Cylindrical-coordinate representation of color #B974AA: hue angle of 313.04º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B974AA is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185116170-
CMYK00.370.080.27
HSL313.04º33.01%59.02%-
HSV(B)313.04º37.3%72.55%-
XYZ33.5125.7141.23-
YUV142.79143.36158.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=39.28%
G=24.63%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511617000.370.080.27313.0433.0159.02
HexB974AA02581B139213b
Octal27116425204510334714173
Binary101110011110100101010100100101100011011100111001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B974AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B974AA; }

 p { color: rgb(185,116,170); }

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

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

 a { background-color: rgb(185,116,170); }

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

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

 span { border-color: rgb(185,116,170); }

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