#B385A1

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

Shades of Bouquet #B385A1

Tints of Bouquet #B385A1

Color information

#B385A1 (or 0xB385A1) is unknown color: approx Bouquet. HEX triplet: B3, 85 and A1. RGB value is (179,133,161). Sum of RGB (Red+Green+Blue) = 179+133+161=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B385A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385A1 is #4C7A5E. Grayscale: #959595. Windows color (decimal): -5012063 or 10585523. OLE color: 10585523.

HSL color Cylindrical-coordinate representation of color #B385A1: hue angle of 323.48º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B385A1 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB179133161-
CMYK00.260.100.30
HSL323.48º23.23%61.18%-
HSV(B)323.48º25.7%70.2%-
XYZ33.4128.9337.54-
YUV149.95134.24148.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=37.84%
G=28.12%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913316100.260.100.30323.4823.2361.18
HexB385A101AA1E143173d
Octal26320524103212365032775
Binary10110011100001011010000101101010101111010100001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385A1; }

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

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

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

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

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

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

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

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