#B4699C

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

Shades of Bouquet #B4699C

Tints of Bouquet #B4699C

Color information

#B4699C (or 0xB4699C) is unknown color: approx Bouquet. HEX triplet: B4, 69 and 9C. RGB value is (180,105,156). Sum of RGB (Red+Green+Blue) = 180+105+156=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4699C is #4B9663. Grayscale: #858585. Windows color (decimal): -4953700 or 10250676. OLE color: 10250676.

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

Color convert

RGB180105156-
CMYK00.420.130.29
HSL319.2º33.33%55.88%-
HSV(B)319.2º41.67%70.59%-
XYZ29.8722.2134.16-
YUV133.24140.85161.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=40.82%
G=23.81%
B=35.37%

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
Decimal18010515600.420.130.29319.233.3355.88
HexB4699C02AD1D13f2138
Octal26415123405215354774170
Binary101101001101001100111000101010110111101100111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4699C; }

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

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

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

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

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

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

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

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