#B37CA3

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

Shades of Bouquet #B37CA3

Tints of Bouquet #B37CA3

Color information

#B37CA3 (or 0xB37CA3) is unknown color: approx Bouquet. HEX triplet: B3, 7C and A3. RGB value is (179,124,163). Sum of RGB (Red+Green+Blue) = 179+124+163=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B37CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37CA3 is #4C835C. Grayscale: #909090. Windows color (decimal): -5014365 or 10714291. OLE color: 10714291.

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

Color convert

RGB179124163-
CMYK00.310.090.30
HSL317.45º26.57%59.41%-
HSV(B)317.45º30.73%70.2%-
XYZ32.4126.6438.08-
YUV144.89138.22152.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 124 (48.83% from 255) = 26.61%
BLUE value IS 163 (64.06% from 255) = 34.98%
R=38.41%
G=26.61%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912416300.310.090.30317.4526.5759.41
HexB37CA301F91E13d1b3b
Octal26317424303711364753373
Binary1011001111111001010001101111110011111010011110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CA3; }

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

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

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

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

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

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

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

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