#B5869D

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

Shades of Bouquet #B5869D

Tints of Bouquet #B5869D

Color information

#B5869D (or 0xB5869D) is unknown color: approx Bouquet. HEX triplet: B5, 86 and 9D. RGB value is (181,134,157). Sum of RGB (Red+Green+Blue) = 181+134+157=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B5869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5869D is #4A7962. Grayscale: #969696. Windows color (decimal): -4880739 or 10323637. OLE color: 10323637.

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

Color convert

RGB181134157-
CMYK00.260.130.29
HSL330.64º24.1%61.76%-
HSV(B)330.64º25.97%70.98%-
XYZ33.6729.3135.78-
YUV150.67131.57149.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=38.35%
G=28.39%
B=33.26%

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
Decimal18113415700.260.130.29330.6424.161.76
HexB5869D01AD1D14b183e
Octal26520623503215355133076
Binary10110101100001101001110101101011011110110100101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5869D; }

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

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

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

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

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

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

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

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