#B37CA1

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

Shades of Bouquet #B37CA1

Tints of Bouquet #B37CA1

Color information

#B37CA1 (or 0xB37CA1) is unknown color: approx Bouquet. HEX triplet: B3, 7C and A1. RGB value is (179,124,161). Sum of RGB (Red+Green+Blue) = 179+124+161=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B37CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37CA1 is #4C835E. Grayscale: #909090. Windows color (decimal): -5014367 or 10583219. OLE color: 10583219.

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

Color convert

RGB179124161-
CMYK00.310.100.30
HSL319.64º26.57%59.41%-
HSV(B)319.64º30.73%70.2%-
XYZ32.2326.5737.15-
YUV144.66137.22152.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=38.58%
G=26.72%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912416100.310.100.30319.6426.5759.41
HexB37CA101FA1E1401b3b
Octal26317424103712365003373
Binary1011001111111001010000101111110101111010100000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CA1; }

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

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

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

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

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

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

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

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