#B385A3

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

Shades of Bouquet #B385A3

Tints of Bouquet #B385A3

Color information

#B385A3 (or 0xB385A3) is unknown color: approx Bouquet. HEX triplet: B3, 85 and A3. RGB value is (179,133,163). Sum of RGB (Red+Green+Blue) = 179+133+163=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B385A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385A3 is #4C7A5C. Grayscale: #969696. Windows color (decimal): -5012061 or 10716595. OLE color: 10716595.

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

Color convert

RGB179133163-
CMYK00.260.090.30
HSL320.87º23.23%61.18%-
HSV(B)320.87º25.7%70.2%-
XYZ33.592938.48-
YUV150.17135.24148.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 163 (64.06% from 255) = 34.32%
R=37.68%
G=28%
B=34.32%

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
Decimal17913316300.260.090.30320.8723.2361.18
HexB385A301A91E141173d
Octal26320524303211365012775
Binary10110011100001011010001101101010011111010100000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385A3; }

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

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

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

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

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

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

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

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