#B37A9F

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

Shades of Bouquet #B37A9F

Tints of Bouquet #B37A9F

Color information

#B37A9F (or 0xB37A9F) is unknown color: approx Bouquet. HEX triplet: B3, 7A and 9F. RGB value is (179,122,159). Sum of RGB (Red+Green+Blue) = 179+122+159=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37A9F is #4C8560. Grayscale: #8F8F8F. Windows color (decimal): -5014881 or 10451635. OLE color: 10451635.

HSL color Cylindrical-coordinate representation of color #B37A9F: hue angle of 321.05º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37A9F is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB179122159-
CMYK00.320.110.30
HSL321.05º27.27%59.02%-
HSV(B)321.05º31.84%70.2%-
XYZ31.8126.0136.14-
YUV143.26136.88153.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=38.91%
G=26.52%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912215900.320.110.30321.0527.2759.02
HexB37A9F020B1E1411b3b
Octal26317223704013365013373
Binary10110011111101010011111010000010111111010100000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A9F; }

 p { color: rgb(179,122,159); }

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

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

 a { background-color: rgb(179,122,159); }

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

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

 span { border-color: rgb(179,122,159); }

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