#B774AA

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

Shades of Bouquet #B774AA

Tints of Bouquet #B774AA

Color information

#B774AA (or 0xB774AA) is unknown color: approx Bouquet. HEX triplet: B7, 74 and AA. RGB value is (183,116,170). Sum of RGB (Red+Green+Blue) = 183+116+170=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B774AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B774AA is #488B55. Grayscale: #8E8E8E. Windows color (decimal): -4754262 or 11170999. OLE color: 11170999.

HSL color Cylindrical-coordinate representation of color #B774AA: hue angle of 311.64º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B774AA is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183116170-
CMYK00.370.070.28
HSL311.64º31.75%58.63%-
HSV(B)311.64º36.61%71.76%-
XYZ33.0325.4641.2-
YUV142.19143.7157.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=39.02%
G=24.73%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311617000.370.070.28311.6431.7558.63
HexB774AA02571C138203b
Octal2671642520457344704073
Binary10110111111010010101010010010111111100100111000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B774AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B774AA; }

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

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

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

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

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

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

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

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