#B4689C

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

Shades of Bouquet #B4689C

Tints of Bouquet #B4689C

Color information

#B4689C (or 0xB4689C) is unknown color: approx Bouquet. HEX triplet: B4, 68 and 9C. RGB value is (180,104,156). Sum of RGB (Red+Green+Blue) = 180+104+156=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4689C is #4B9763. Grayscale: #848484. Windows color (decimal): -4953956 or 10250420. OLE color: 10250420.

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

Color convert

RGB180104156-
CMYK00.420.130.29
HSL318.95º33.63%55.69%-
HSV(B)318.95º42.22%70.59%-
XYZ29.772234.13-
YUV132.65141.18161.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=40.91%
G=23.64%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010415600.420.130.29318.9533.6355.69
HexB4689C02AD1D13f2238
Octal26415023405215354774270
Binary101101001101000100111000101010110111101100111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4689C; }

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

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

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

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

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

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

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

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