#B37B98

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

Shades of Bouquet #B37B98

Tints of Bouquet #B37B98

Color information

#B37B98 (or 0xB37B98) is unknown color: approx Bouquet. HEX triplet: B3, 7B and 98. RGB value is (179,123,152). Sum of RGB (Red+Green+Blue) = 179+123+152=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37B98 is #4C8467. Grayscale: #8E8E8E. Windows color (decimal): -5014632 or 9993139. OLE color: 9993139.

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

Color convert

RGB179123152-
CMYK00.310.150.30
HSL328.93º26.92%59.22%-
HSV(B)328.93º31.28%70.2%-
XYZ31.3426.0233.08-
YUV143.05133.05153.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 123 (48.44% from 255) = 27.09%
BLUE value IS 152 (59.77% from 255) = 33.48%
R=39.43%
G=27.09%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912315200.310.150.30328.9326.9259.22
HexB37B9801FF1E1491b3b
Octal26317323003717365113373
Binary1011001111110111001100001111111111111010100100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B98; }

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

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

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

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

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

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

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

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