#B58CA1

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

Shades of Bouquet #B58CA1

Tints of Bouquet #B58CA1

Color information

#B58CA1 (or 0xB58CA1) is unknown color: approx Bouquet. HEX triplet: B5, 8C and A1. RGB value is (181,140,161). Sum of RGB (Red+Green+Blue) = 181+140+161=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B58CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58CA1 is #4A735E. Grayscale: #9A9A9A. Windows color (decimal): -4879199 or 10587317. OLE color: 10587317.

HSL color Cylindrical-coordinate representation of color #B58CA1: hue angle of 329.27º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B58CA1 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB181140161-
CMYK00.230.110.29
HSL329.27º21.69%62.94%-
HSV(B)329.27º22.65%70.98%-
XYZ34.8731.1537.89-
YUV154.65131.58146.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 161 (63.28% from 255) = 33.40%
R=37.55%
G=29.05%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114016100.230.110.29329.2721.6962.94
HexB58CA1017B1D149163f
Octal26521424102713355112677
Binary10110101100011001010000101011110111110110100100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CA1; }

 p { color: rgb(181,140,161); }

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

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

 a { background-color: rgb(181,140,161); }

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

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

 span { border-color: rgb(181,140,161); }

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