#B4689E

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

Shades of Bouquet #B4689E

Tints of Bouquet #B4689E

Color information

#B4689E (or 0xB4689E) is unknown color: approx Bouquet. HEX triplet: B4, 68 and 9E. RGB value is (180,104,158). Sum of RGB (Red+Green+Blue) = 180+104+158=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B4689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4689E is #4B9761. Grayscale: #848484. Windows color (decimal): -4953954 or 10381492. OLE color: 10381492.

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

Color convert

RGB180104158-
CMYK00.420.120.29
HSL317.37º33.63%55.69%-
HSV(B)317.37º42.22%70.59%-
XYZ29.9422.0735.03-
YUV132.88142.18161.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 104 (41.02% from 255) = 23.53%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=40.72%
G=23.53%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010415800.420.120.29317.3733.6355.69
HexB4689E02AC1D13d2238
Octal26415023605214354754270
Binary101101001101000100111100101010110011101100111101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4689E; }

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

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

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

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

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

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

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

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