#B4769E

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

Shades of Bouquet #B4769E

Tints of Bouquet #B4769E

Color information

#B4769E (or 0xB4769E) is unknown color: approx Bouquet. HEX triplet: B4, 76 and 9E. RGB value is (180,118,158). Sum of RGB (Red+Green+Blue) = 180+118+158=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4769E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4769E is #4B8961. Grayscale: #8D8D8D. Windows color (decimal): -4950370 or 10385076. OLE color: 10385076.

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

Color convert

RGB180118158-
CMYK00.340.120.29
HSL321.29º29.25%58.43%-
HSV(B)321.29º34.44%70.59%-
XYZ31.4725.1335.54-
YUV141.1137.54155.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 158 (62.11% from 255) = 34.65%
R=39.47%
G=25.88%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011815800.340.120.29321.2929.2558.43
HexB4769E022C1D1411d3a
Octal26416623604214355013572
Binary10110100111011010011110010001011001110110100000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4769E; }

 p { color: rgb(180,118,158); }

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

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

 a { background-color: rgb(180,118,158); }

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

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

 span { border-color: rgb(180,118,158); }

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