#B4769A

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

Shades of Bouquet #B4769A

Tints of Bouquet #B4769A

Color information

#B4769A (or 0xB4769A) is unknown color: approx Bouquet. HEX triplet: B4, 76 and 9A. RGB value is (180,118,154). Sum of RGB (Red+Green+Blue) = 180+118+154=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4769A is #4B8965. Grayscale: #8C8C8C. Windows color (decimal): -4950374 or 10122932. OLE color: 10122932.

HSL color Cylindrical-coordinate representation of color #B4769A: hue angle of 325.16º 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 #B4769A is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180118154-
CMYK00.340.140.29
HSL325.16º29.25%58.43%-
HSV(B)325.16º34.44%70.59%-
XYZ31.1324.9933.76-
YUV140.64135.54156.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=39.82%
G=26.11%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011815400.340.140.29325.1629.2558.43
HexB4769A022E1D1451d3a
Octal26416623204216355053572
Binary10110100111011010011010010001011101110110100010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4769A; }

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

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

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

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

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

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

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

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