#B4699D

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

Shades of Bouquet #B4699D

Tints of Bouquet #B4699D

Color information

#B4699D (or 0xB4699D) is unknown color: approx Bouquet. HEX triplet: B4, 69 and 9D. RGB value is (180,105,157). Sum of RGB (Red+Green+Blue) = 180+105+157=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B4699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4699D is #4B9662. Grayscale: #858585. Windows color (decimal): -4953699 or 10316212. OLE color: 10316212.

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

Color convert

RGB180105157-
CMYK00.420.130.29
HSL318.4º33.33%55.88%-
HSV(B)318.4º41.67%70.59%-
XYZ29.9622.2434.61-
YUV133.35141.35161.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=40.72%
G=23.76%
B=35.52%

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
Decimal18010515700.420.130.29318.433.3355.88
HexB4699D02AD1D13e2138
Octal26415123505215354764170
Binary101101001101001100111010101010110111101100111110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4699D; }

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

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

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

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

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

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

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

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