#B4689A

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

Shades of Bouquet #B4689A

Tints of Bouquet #B4689A

Color information

#B4689A (or 0xB4689A) is unknown color: approx Bouquet. HEX triplet: B4, 68 and 9A. RGB value is (180,104,154). Sum of RGB (Red+Green+Blue) = 180+104+154=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4689A is #4B9765. Grayscale: #848484. Windows color (decimal): -4953958 or 10119348. OLE color: 10119348.

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

Color convert

RGB180104154-
CMYK00.420.140.29
HSL320.53º33.63%55.69%-
HSV(B)320.53º42.22%70.59%-
XYZ29.6121.9433.25-
YUV132.42140.18161.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 104 (41.02% from 255) = 23.74%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=41.10%
G=23.74%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010415400.420.140.29320.5333.6355.69
HexB4689A02AE1D1412238
Octal26415023205216355014270
Binary101101001101000100110100101010111011101101000001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4689A; }

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

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

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

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

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

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

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

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