#B7829B

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

Shades of Bouquet #B7829B

Tints of Bouquet #B7829B

Color information

#B7829B (or 0xB7829B) is unknown color: approx Bouquet. HEX triplet: B7, 82 and 9B. RGB value is (183,130,155). Sum of RGB (Red+Green+Blue) = 183+130+155=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B7829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7829B is #487D64. Grayscale: #949494. Windows color (decimal): -4750693 or 10191543. OLE color: 10191543.

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

Color convert

RGB183130155-
CMYK00.290.150.28
HSL331.7º26.9%61.37%-
HSV(B)331.7º28.96%71.76%-
XYZ33.4328.434.73-
YUV148.7131.56152.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=39.10%
G=27.78%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313015500.290.150.28331.726.961.37
HexB7829B01DF1C14c1b3d
Octal26720223303517345143375
Binary10110111100000101001101101110111111110010100110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7829B; }

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

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

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

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

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

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

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

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