#B59CBB

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

Shades of Lola #B59CBB

Tints of Lola #B59CBB

Color information

#B59CBB (or 0xB59CBB) is unknown color: approx Lola. HEX triplet: B5, 9C and BB. RGB value is (181,156,187). Sum of RGB (Red+Green+Blue) = 181+156+187=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #B59CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CBB is #4A6344. Grayscale: #A6A6A6. Windows color (decimal): -4875077 or 12295349. OLE color: 12295349.

HSL color Cylindrical-coordinate representation of color #B59CBB: hue angle of 288.39º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B59CBB is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181156187-
CMYK0.030.1700.27
HSL288.39º18.56%67.25%-
HSV(B)288.39º16.58%73.33%-
XYZ39.9137.1952.09-
YUV167.01139.28137.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=34.54%
G=29.77%
B=35.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811561870.030.1700.27288.3918.5667.25
HexB59CBB31101B1201343
Octal26523427332103344023103
Binary1011010110011100101110111110001011011100100000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CBB; }

 p { color: rgb(181,156,187); }

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

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

 a { background-color: rgb(181,156,187); }

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

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

 span { border-color: rgb(181,156,187); }

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