#B5829A

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

Shades of Bouquet #B5829A

Tints of Bouquet #B5829A

Color information

#B5829A (or 0xB5829A) is unknown color: approx Bouquet. HEX triplet: B5, 82 and 9A. RGB value is (181,130,154). Sum of RGB (Red+Green+Blue) = 181+130+154=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5829A is #4A7D65. Grayscale: #939393. Windows color (decimal): -4881766 or 10126005. OLE color: 10126005.

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

Color convert

RGB181130154-
CMYK00.280.150.29
HSL331.76º25.63%60.98%-
HSV(B)331.76º28.18%70.98%-
XYZ32.8728.1234.27-
YUV147.99131.4151.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=38.92%
G=27.96%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113015400.280.150.29331.7625.6360.98
HexB5829A01CF1D14c1a3d
Octal26520223203417355143275
Binary10110101100000101001101001110011111110110100110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5829A; }

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

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

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

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

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

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

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

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