#B4869C

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

Shades of Bouquet #B4869C

Tints of Bouquet #B4869C

Color information

#B4869C (or 0xB4869C) is unknown color: approx Bouquet. HEX triplet: B4, 86 and 9C. RGB value is (180,134,156). Sum of RGB (Red+Green+Blue) = 180+134+156=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4869C is #4B7963. Grayscale: #969696. Windows color (decimal): -4946276 or 10258100. OLE color: 10258100.

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

Color convert

RGB180134156-
CMYK00.260.130.29
HSL331.3º23.47%61.57%-
HSV(B)331.3º25.56%70.59%-
XYZ33.3529.1535.32-
YUV150.26131.24149.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 134 (52.73% from 255) = 28.51%
BLUE value IS 156 (61.33% from 255) = 33.19%
R=38.30%
G=28.51%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013415600.260.130.29331.323.4761.57
HexB4869C01AD1D14b173e
Octal26420623403215355132776
Binary10110100100001101001110001101011011110110100101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4869C; }

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

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

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

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

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

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

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

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