#B4689D

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

Shades of Bouquet #B4689D

Tints of Bouquet #B4689D

Color information

#B4689D (or 0xB4689D) is unknown color: approx Bouquet. HEX triplet: B4, 68 and 9D. RGB value is (180,104,157). Sum of RGB (Red+Green+Blue) = 180+104+157=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4689D is #4B9762. Grayscale: #848484. Windows color (decimal): -4953955 or 10315956. OLE color: 10315956.

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

Color convert

RGB180104157-
CMYK00.420.130.29
HSL318.16º33.63%55.69%-
HSV(B)318.16º42.22%70.59%-
XYZ29.8622.0434.58-
YUV132.77141.68161.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 104 (41.02% from 255) = 23.58%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=40.82%
G=23.58%
B=35.60%

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
Decimal18010415700.420.130.29318.1633.6355.69
HexB4689D02AD1D13e2238
Octal26415023505215354764270
Binary101101001101000100111010101010110111101100111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4689D; }

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

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

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

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

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

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

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

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