#B37CA5

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

Shades of Bouquet #B37CA5

Tints of Bouquet #B37CA5

Color information

#B37CA5 (or 0xB37CA5) is unknown color: approx Bouquet. HEX triplet: B3, 7C and A5. RGB value is (179,124,165). Sum of RGB (Red+Green+Blue) = 179+124+165=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B37CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37CA5 is #4C835A. Grayscale: #919191. Windows color (decimal): -5014363 or 10845363. OLE color: 10845363.

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

Color convert

RGB179124165-
CMYK00.310.080.30
HSL315.27º26.57%59.41%-
HSV(B)315.27º30.73%70.2%-
XYZ32.5926.7239.04-
YUV145.12139.22152.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 165 (64.84% from 255) = 35.26%
R=38.25%
G=26.50%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912416500.310.080.30315.2726.5759.41
HexB37CA501F81E13b1b3b
Octal26317424503710364733373
Binary1011001111111001010010101111110001111010011101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CA5; }

 p { color: rgb(179,124,165); }

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

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

 a { background-color: rgb(179,124,165); }

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

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

 span { border-color: rgb(179,124,165); }

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