#B4879E

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

Shades of Bouquet #B4879E

Tints of Bouquet #B4879E

Color information

#B4879E (or 0xB4879E) is unknown color: approx Bouquet. HEX triplet: B4, 87 and 9E. RGB value is (180,135,158). Sum of RGB (Red+Green+Blue) = 180+135+158=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4879E is #4B7861. Grayscale: #979797. Windows color (decimal): -4946018 or 10389428. OLE color: 10389428.

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

Color convert

RGB180135158-
CMYK00.250.120.29
HSL329.33º23.08%61.76%-
HSV(B)329.33º25%70.59%-
XYZ33.6629.536.27-
YUV151.08131.91148.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 135 (53.12% from 255) = 28.54%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=38.05%
G=28.54%
B=33.40%

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
Decimal18013515800.250.120.29329.3323.0861.76
HexB4879E019C1D149173e
Octal26420723603114355112776
Binary10110100100001111001111001100111001110110100100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4879E; }

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

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

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

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

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

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

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

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