#B774AC

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

Shades of Bouquet #B774AC

Tints of Bouquet #B774AC

Color information

#B774AC (or 0xB774AC) is unknown color: approx Bouquet. HEX triplet: B7, 74 and AC. RGB value is (183,116,172). Sum of RGB (Red+Green+Blue) = 183+116+172=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B774AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B774AC is #488B53. Grayscale: #8E8E8E. Windows color (decimal): -4754260 or 11302071. OLE color: 11302071.

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

Color convert

RGB183116172-
CMYK00.370.060.28
HSL309.85º31.75%58.63%-
HSV(B)309.85º36.61%71.76%-
XYZ33.2225.5442.21-
YUV142.42144.7156.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=38.85%
G=24.63%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311617200.370.060.28309.8531.7558.63
HexB774AC02561C136203b
Octal2671642540456344664073
Binary10110111111010010101100010010111011100100110110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B774AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B774AC; }

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

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

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

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

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

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

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

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