#B7869C

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

Shades of Bouquet #B7869C

Tints of Bouquet #B7869C

Color information

#B7869C (or 0xB7869C) is unknown color: approx Bouquet. HEX triplet: B7, 86 and 9C. RGB value is (183,134,156). Sum of RGB (Red+Green+Blue) = 183+134+156=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B7869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7869C is #487963. Grayscale: #979797. Windows color (decimal): -4749668 or 10258103. OLE color: 10258103.

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

Color convert

RGB183134156-
CMYK00.270.150.28
HSL333.06º25.39%62.16%-
HSV(B)333.06º26.78%71.76%-
XYZ34.0529.5235.36-
YUV151.16130.73150.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=38.69%
G=28.33%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313415600.270.150.28333.0625.3962.16
HexB7869C01BF1C14d193e
Octal26720623403317345153176
Binary10110111100001101001110001101111111110010100110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7869C; }

 p { color: rgb(183,134,156); }

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

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

 a { background-color: rgb(183,134,156); }

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

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

 span { border-color: rgb(183,134,156); }

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