#B4669A

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

Shades of Bouquet #B4669A

Tints of Bouquet #B4669A

Color information

#B4669A (or 0xB4669A) is unknown color: approx Bouquet. HEX triplet: B4, 66 and 9A. RGB value is (180,102,154). Sum of RGB (Red+Green+Blue) = 180+102+154=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4669A is #4B9965. Grayscale: #838383. Windows color (decimal): -4954470 or 10118836. OLE color: 10118836.

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

Color convert

RGB180102154-
CMYK00.430.140.29
HSL320º34.21%55.29%-
HSV(B)320º43.33%70.59%-
XYZ29.4121.5433.18-
YUV131.25140.84162.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=41.28%
G=23.39%
B=35.32%

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
Decimal18010215400.430.140.2932034.2155.29
HexB4669A02BE1D1402237
Octal26414623205316355004267
Binary101101001100110100110100101011111011101101000000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4669A; }

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

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

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

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

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

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

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

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