#B7859F

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

Shades of Bouquet #B7859F

Tints of Bouquet #B7859F

Color information

#B7859F (or 0xB7859F) is unknown color: approx Bouquet. HEX triplet: B7, 85 and 9F. RGB value is (183,133,159). Sum of RGB (Red+Green+Blue) = 183+133+159=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B7859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7859F is #487A60. Grayscale: #969696. Windows color (decimal): -4749921 or 10454455. OLE color: 10454455.

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

Color convert

RGB183133159-
CMYK00.270.130.28
HSL328.8º25.77%61.96%-
HSV(B)328.8º27.32%71.76%-
XYZ34.1729.3536.66-
YUV150.91132.56150.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=38.53%
G=28%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313315900.270.130.28328.825.7761.96
HexB7859F01BD1C1491a3e
Octal26720523703315345113276
Binary10110111100001011001111101101111011110010100100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7859F; }

 p { color: rgb(183,133,159); }

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

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

 a { background-color: rgb(183,133,159); }

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

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

 span { border-color: rgb(183,133,159); }

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