#B4879A

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

Shades of Bouquet #B4879A

Tints of Bouquet #B4879A

Color information

#B4879A (or 0xB4879A) is unknown color: approx Bouquet. HEX triplet: B4, 87 and 9A. RGB value is (180,135,154). Sum of RGB (Red+Green+Blue) = 180+135+154=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4879A is #4B7865. Grayscale: #969696. Windows color (decimal): -4946022 or 10127284. OLE color: 10127284.

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

Color convert

RGB180135154-
CMYK00.250.140.29
HSL334.67º23.08%61.76%-
HSV(B)334.67º25%70.59%-
XYZ33.3229.3634.48-
YUV150.62129.91148.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 135 (53.12% from 255) = 28.78%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=38.38%
G=28.78%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013515400.250.140.29334.6723.0861.76
HexB4879A019E1D14f173e
Octal26420723203116355172776
Binary10110100100001111001101001100111101110110100111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4879A; }

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

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

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

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

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

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

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

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