#B37BA5

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

Shades of Bouquet #B37BA5

Tints of Bouquet #B37BA5

Color information

#B37BA5 (or 0xB37BA5) is unknown color: approx Bouquet. HEX triplet: B3, 7B and A5. RGB value is (179,123,165). Sum of RGB (Red+Green+Blue) = 179+123+165=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B37BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37BA5 is #4C845A. Grayscale: #909090. Windows color (decimal): -5014619 or 10845107. OLE color: 10845107.

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

Color convert

RGB179123165-
CMYK00.310.080.30
HSL315º26.92%59.22%-
HSV(B)315º31.28%70.2%-
XYZ32.4626.4738.99-
YUV144.53139.55152.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=38.33%
G=26.34%
B=35.33%

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
Decimal17912316500.310.080.3031526.9259.22
HexB37BA501F81E13b1b3b
Octal26317324503710364733373
Binary1011001111110111010010101111110001111010011101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37BA5; }

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

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

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

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

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

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

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

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