#B37A9E

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

Shades of Bouquet #B37A9E

Tints of Bouquet #B37A9E

Color information

#B37A9E (or 0xB37A9E) is unknown color: approx Bouquet. HEX triplet: B3, 7A and 9E. RGB value is (179,122,158). Sum of RGB (Red+Green+Blue) = 179+122+158=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37A9E is #4C8561. Grayscale: #8F8F8F. Windows color (decimal): -5014882 or 10386099. OLE color: 10386099.

HSL color Cylindrical-coordinate representation of color #B37A9E: hue angle of 322.11º 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 #B37A9E is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB179122158-
CMYK00.320.120.30
HSL322.11º27.27%59.02%-
HSV(B)322.11º31.84%70.2%-
XYZ31.7225.9735.69-
YUV143.15136.38153.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=39.00%
G=26.58%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912215800.320.120.30322.1127.2759.02
HexB37A9E020C1E1421b3b
Octal26317223604014365023373
Binary10110011111101010011110010000011001111010100001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A9E; }

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

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

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

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

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

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

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

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