#B4829B

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

Shades of Bouquet #B4829B

Tints of Bouquet #B4829B

Color information

#B4829B (or 0xB4829B) is unknown color: approx Bouquet. HEX triplet: B4, 82 and 9B. RGB value is (180,130,155). Sum of RGB (Red+Green+Blue) = 180+130+155=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4829B is #4B7D64. Grayscale: #939393. Windows color (decimal): -4947301 or 10191540. OLE color: 10191540.

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

Color convert

RGB180130155-
CMYK00.280.140.29
HSL330º25%60.78%-
HSV(B)330º27.78%70.59%-
XYZ32.7228.0434.7-
YUV147.8132.06150.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=38.71%
G=27.96%
B=33.33%

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
Decimal18013015500.280.140.293302560.78
HexB4829B01CE1D14a193d
Octal26420223303416355123175
Binary10110100100000101001101101110011101110110100101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4829B; }

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

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

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

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

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

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

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

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