#B669A3

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

Shades of Bouquet #B669A3

Tints of Bouquet #B669A3

Color information

#B669A3 (or 0xB669A3) is unknown color: approx Bouquet. HEX triplet: B6, 69 and A3. RGB value is (182,105,163). Sum of RGB (Red+Green+Blue) = 182+105+163=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B669A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B669A3 is #49965C. Grayscale: #868686. Windows color (decimal): -4822621 or 10709430. OLE color: 10709430.

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

Color convert

RGB182105163-
CMYK00.420.100.29
HSL314.81º34.53%56.27%-
HSV(B)314.81º42.31%71.37%-
XYZ30.9522.6937.4-
YUV134.64144.01161.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 163 (64.06% from 255) = 36.22%
R=40.44%
G=23.33%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210516300.420.100.29314.8134.5356.27
HexB669A302AA1D13b2338
Octal26615124305212354734370
Binary101101101101001101000110101010101011101100111011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669A3; }

 p { color: rgb(182,105,163); }

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

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

 a { background-color: rgb(182,105,163); }

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

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

 span { border-color: rgb(182,105,163); }

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