#B7829E

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

Shades of Bouquet #B7829E

Tints of Bouquet #B7829E

Color information

#B7829E (or 0xB7829E) is unknown color: approx Bouquet. HEX triplet: B7, 82 and 9E. RGB value is (183,130,158). Sum of RGB (Red+Green+Blue) = 183+130+158=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7829E is #487D61. Grayscale: #949494. Windows color (decimal): -4750690 or 10388151. OLE color: 10388151.

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

Color convert

RGB183130158-
CMYK00.290.140.28
HSL328.3º26.9%61.37%-
HSV(B)328.3º28.96%71.76%-
XYZ33.6828.536.07-
YUV149.04133.06152.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 158 (62.11% from 255) = 33.55%
R=38.85%
G=27.60%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313015800.290.140.28328.326.961.37
HexB7829E01DE1C1481b3d
Octal26720223603516345103375
Binary10110111100000101001111001110111101110010100100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7829E; }

 p { color: rgb(183,130,158); }

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

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

 a { background-color: rgb(183,130,158); }

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

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

 span { border-color: rgb(183,130,158); }

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