#B4699B

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

Shades of Bouquet #B4699B

Tints of Bouquet #B4699B

Color information

#B4699B (or 0xB4699B) is unknown color: approx Bouquet. HEX triplet: B4, 69 and 9B. RGB value is (180,105,155). Sum of RGB (Red+Green+Blue) = 180+105+155=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4699B is #4B9664. Grayscale: #858585. Windows color (decimal): -4953701 or 10185140. OLE color: 10185140.

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

Color convert

RGB180105155-
CMYK00.420.140.29
HSL320º33.33%55.88%-
HSV(B)320º41.67%70.59%-
XYZ29.7922.1733.72-
YUV133.12140.35161.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=40.91%
G=23.86%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010515500.420.140.2932033.3355.88
HexB4699B02AE1D1402138
Octal26415123305216355004170
Binary101101001101001100110110101010111011101101000000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4699B; }

 p { color: rgb(180,105,155); }

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

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

 a { background-color: rgb(180,105,155); }

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

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

 span { border-color: rgb(180,105,155); }

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