#B37B9D

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

Shades of Bouquet #B37B9D

Tints of Bouquet #B37B9D

Color information

#B37B9D (or 0xB37B9D) is unknown color: approx Bouquet. HEX triplet: B3, 7B and 9D. RGB value is (179,123,157). Sum of RGB (Red+Green+Blue) = 179+123+157=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37B9D is #4C8462. Grayscale: #8F8F8F. Windows color (decimal): -5014627 or 10320819. OLE color: 10320819.

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

Color convert

RGB179123157-
CMYK00.310.120.30
HSL323.57º26.92%59.22%-
HSV(B)323.57º31.28%70.2%-
XYZ31.7626.1835.28-
YUV143.62135.55153.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=39.00%
G=26.80%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912315700.310.120.30323.5726.9259.22
HexB37B9D01FC1E1441b3b
Octal26317323503714365043373
Binary1011001111110111001110101111111001111010100010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B9D; }

 p { color: rgb(179,123,157); }

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

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

 a { background-color: rgb(179,123,157); }

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

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

 span { border-color: rgb(179,123,157); }

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