#B4879F

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

Shades of Bouquet #B4879F

Tints of Bouquet #B4879F

Color information

#B4879F (or 0xB4879F) is unknown color: approx Bouquet. HEX triplet: B4, 87 and 9F. RGB value is (180,135,159). Sum of RGB (Red+Green+Blue) = 180+135+159=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4879F is #4B7860. Grayscale: #979797. Windows color (decimal): -4946017 or 10454964. OLE color: 10454964.

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

Color convert

RGB180135159-
CMYK00.250.120.29
HSL328º23.08%61.76%-
HSV(B)328º25%70.59%-
XYZ33.7429.5336.72-
YUV151.19132.41148.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=37.97%
G=28.48%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013515900.250.120.2932823.0861.76
HexB4879F019C1D148173e
Octal26420723703114355102776
Binary10110100100001111001111101100111001110110100100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4879F; }

 p { color: rgb(180,135,159); }

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

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

 a { background-color: rgb(180,135,159); }

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

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

 span { border-color: rgb(180,135,159); }

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