#B7849C

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

Shades of Bouquet #B7849C

Tints of Bouquet #B7849C

Color information

#B7849C (or 0xB7849C) is unknown color: approx Bouquet. HEX triplet: B7, 84 and 9C. RGB value is (183,132,156). Sum of RGB (Red+Green+Blue) = 183+132+156=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7849C is #487B63. Grayscale: #959595. Windows color (decimal): -4750180 or 10257591. OLE color: 10257591.

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

Color convert

RGB183132156-
CMYK00.280.150.28
HSL331.76º26.15%61.76%-
HSV(B)331.76º27.87%71.76%-
XYZ33.7828.9735.26-
YUV149.98131.4151.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=38.85%
G=28.03%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313215600.280.150.28331.7626.1561.76
HexB7849C01CF1C14c1a3e
Octal26720423403417345143276
Binary10110111100001001001110001110011111110010100110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7849C; }

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

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

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

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

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

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

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

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