#B4869D

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

Shades of Bouquet #B4869D

Tints of Bouquet #B4869D

Color information

#B4869D (or 0xB4869D) is unknown color: approx Bouquet. HEX triplet: B4, 86 and 9D. RGB value is (180,134,157). Sum of RGB (Red+Green+Blue) = 180+134+157=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4869D is #4B7962. Grayscale: #969696. Windows color (decimal): -4946275 or 10323636. OLE color: 10323636.

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

Color convert

RGB180134157-
CMYK00.260.130.29
HSL330º23.47%61.57%-
HSV(B)330º25.56%70.59%-
XYZ33.4329.1935.77-
YUV150.38131.74149.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 157 (61.72% from 255) = 33.33%
R=38.22%
G=28.45%
B=33.33%

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
Decimal18013415700.260.130.2933023.4761.57
HexB4869D01AD1D14a173e
Octal26420623503215355122776
Binary10110100100001101001110101101011011110110100101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4869D; }

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

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

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

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

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

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

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

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