#B4679A

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

Shades of Bouquet #B4679A

Tints of Bouquet #B4679A

Color information

#B4679A (or 0xB4679A) is unknown color: approx Bouquet. HEX triplet: B4, 67 and 9A. RGB value is (180,103,154). Sum of RGB (Red+Green+Blue) = 180+103+154=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4679A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4679A is #4B9865. Grayscale: #838383. Windows color (decimal): -4954214 or 10119092. OLE color: 10119092.

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

Color convert

RGB180103154-
CMYK00.430.140.29
HSL320.26º33.92%55.49%-
HSV(B)320.26º42.78%70.59%-
XYZ29.5121.7433.21-
YUV131.84140.51162.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=41.19%
G=23.57%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010315400.430.140.29320.2633.9255.49
HexB4679A02BE1D1402237
Octal26414723205316355004267
Binary101101001100111100110100101011111011101101000000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4679A; }

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

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

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

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

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

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

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

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