#B37495

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

Shades of Bouquet #B37495

Tints of Bouquet #B37495

Color information

#B37495 (or 0xB37495) is unknown color: approx Bouquet. HEX triplet: B3, 74 and 95. RGB value is (179,116,149). Sum of RGB (Red+Green+Blue) = 179+116+149=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B37495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37495 is #4C8B6A. Grayscale: #8A8A8A. Windows color (decimal): -5016427 or 9794739. OLE color: 9794739.

HSL color Cylindrical-coordinate representation of color #B37495: hue angle of 328.57º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B37495 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB179116149-
CMYK00.350.170.30
HSL328.57º29.3%57.84%-
HSV(B)328.57º35.2%70.2%-
XYZ30.2624.2431.52-
YUV138.6133.87156.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=40.32%
G=26.13%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911614900.350.170.30328.5729.357.84
HexB37495023111E1491d3a
Octal26316422504321365113572
Binary101100111110100100101010100011100011111010100100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37495; }

 p { color: rgb(179,116,149); }

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

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

 a { background-color: rgb(179,116,149); }

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

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

 span { border-color: rgb(179,116,149); }

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