#B5829B

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

Shades of Bouquet #B5829B

Tints of Bouquet #B5829B

Color information

#B5829B (or 0xB5829B) is unknown color: approx Bouquet. HEX triplet: B5, 82 and 9B. RGB value is (181,130,155). Sum of RGB (Red+Green+Blue) = 181+130+155=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5829B is #4A7D64. Grayscale: #949494. Windows color (decimal): -4881765 or 10191541. OLE color: 10191541.

HSL color Cylindrical-coordinate representation of color #B5829B: hue angle of 330.59º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5829B is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB181130155-
CMYK00.280.140.29
HSL330.59º25.63%60.98%-
HSV(B)330.59º28.18%70.98%-
XYZ32.9628.1634.71-
YUV148.1131.9151.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=38.84%
G=27.90%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113015500.280.140.29330.5925.6360.98
HexB5829B01CE1D14b1a3d
Octal26520223303416355133275
Binary10110101100000101001101101110011101110110100101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5829B; }

 p { color: rgb(181,130,155); }

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

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

 a { background-color: rgb(181,130,155); }

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

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

 span { border-color: rgb(181,130,155); }

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