#B58FA5

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

Shades of Bouquet #B58FA5

Tints of Bouquet #B58FA5

Color information

#B58FA5 (or 0xB58FA5) is unknown color: approx Bouquet. HEX triplet: B5, 8F and A5. RGB value is (181,143,165). Sum of RGB (Red+Green+Blue) = 181+143+165=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B58FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58FA5 is #4A705A. Grayscale: #9C9C9C. Windows color (decimal): -4878427 or 10850229. OLE color: 10850229.

HSL color Cylindrical-coordinate representation of color #B58FA5: hue angle of 325.26º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B58FA5 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB181143165-
CMYK00.210.090.29
HSL325.26º20.43%63.53%-
HSV(B)325.26º20.99%70.98%-
XYZ35.6732.1939.93-
YUV156.87132.59145.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 165 (64.84% from 255) = 33.74%
R=37.01%
G=29.24%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114316500.210.090.29325.2620.4363.53
HexB58FA501591D1451440
Octal265217245025113550524100
Binary101101011000111110100101010101100111101101000101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FA5; }

 p { color: rgb(181,143,165); }

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

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

 a { background-color: rgb(181,143,165); }

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

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

 span { border-color: rgb(181,143,165); }

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