#B4869E

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

Shades of Bouquet #B4869E

Tints of Bouquet #B4869E

Color information

#B4869E (or 0xB4869E) is unknown color: approx Bouquet. HEX triplet: B4, 86 and 9E. RGB value is (180,134,158). Sum of RGB (Red+Green+Blue) = 180+134+158=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B4869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4869E is #4B7961. Grayscale: #969696. Windows color (decimal): -4946274 or 10389172. OLE color: 10389172.

HSL color Cylindrical-coordinate representation of color #B4869E: hue angle of 328.7º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4869E is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180134158-
CMYK00.260.120.29
HSL328.7º23.47%61.57%-
HSV(B)328.7º25.56%70.59%-
XYZ33.5229.2236.22-
YUV150.49132.24149.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=38.14%
G=28.39%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013415800.260.120.29328.723.4761.57
HexB4869E01AC1D149173e
Octal26420623603214355112776
Binary10110100100001101001111001101011001110110100100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4869E; }

 p { color: rgb(180,134,158); }

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

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

 a { background-color: rgb(180,134,158); }

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

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

 span { border-color: rgb(180,134,158); }

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