#B7859D

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

Shades of Bouquet #B7859D

Tints of Bouquet #B7859D

Color information

#B7859D (or 0xB7859D) is unknown color: approx Bouquet. HEX triplet: B7, 85 and 9D. RGB value is (183,133,157). Sum of RGB (Red+Green+Blue) = 183+133+157=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B7859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7859D is #487A62. Grayscale: #969696. Windows color (decimal): -4749923 or 10323383. OLE color: 10323383.

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

Color convert

RGB183133157-
CMYK00.270.140.28
HSL331.2º25.77%61.96%-
HSV(B)331.2º27.32%71.76%-
XYZ3429.2835.76-
YUV150.69131.56151.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=38.69%
G=28.12%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313315700.270.140.28331.225.7761.96
HexB7859D01BE1C14b1a3e
Octal26720523503316345133276
Binary10110111100001011001110101101111101110010100101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7859D; }

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

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

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

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

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

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

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

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