#B59ACA

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

Shades of Biloba Flower #B59ACA

Tints of Biloba Flower #B59ACA

Color information

#B59ACA (or 0xB59ACA) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and CA. RGB value is (181,154,202). Sum of RGB (Red+Green+Blue) = 181+154+202=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #B59ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ACA is #4A6535. Grayscale: #A7A7A7. Windows color (decimal): -4875574 or 13277877. OLE color: 13277877.

HSL color Cylindrical-coordinate representation of color #B59ACA: hue angle of 273.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B59ACA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181154202-
CMYK0.100.2400.21
HSL273.75º31.17%69.8%-
HSV(B)273.75º23.76%79.22%-
XYZ41.2737.260.88-
YUV167.54147.45137.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.71%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=33.71%
G=28.68%
B=37.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811542020.100.2400.21273.7531.1769.8
HexB59ACAA180151121f46
Octal265232312123002542237106
Binary101101011001101011001010101011000010101100010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59ACA; }

 p { color: rgb(181,154,202); }

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

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

 a { background-color: rgb(181,154,202); }

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

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

 span { border-color: rgb(181,154,202); }

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