#B385A2

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

Shades of Bouquet #B385A2

Tints of Bouquet #B385A2

Color information

#B385A2 (or 0xB385A2) is unknown color: approx Bouquet. HEX triplet: B3, 85 and A2. RGB value is (179,133,162). Sum of RGB (Red+Green+Blue) = 179+133+162=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B385A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385A2 is #4C7A5D. Grayscale: #959595. Windows color (decimal): -5012062 or 10651059. OLE color: 10651059.

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

Color convert

RGB179133162-
CMYK00.260.090.30
HSL322.17º23.23%61.18%-
HSV(B)322.17º25.7%70.2%-
XYZ33.528.9738.01-
YUV150.06134.74148.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 162 (63.67% from 255) = 34.18%
R=37.76%
G=28.06%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913316200.260.090.30322.1723.2361.18
HexB385A201A91E142173d
Octal26320524203211365022775
Binary10110011100001011010001001101010011111010100001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385A2; }

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

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

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

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

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

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

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

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