#B79CBB

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

Shades of Lola #B79CBB

Tints of Lola #B79CBB

Color information

#B79CBB (or 0xB79CBB) is unknown color: approx Lola. HEX triplet: B7, 9C and BB. RGB value is (183,156,187). Sum of RGB (Red+Green+Blue) = 183+156+187=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #B79CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CBB is #486344. Grayscale: #A7A7A7. Windows color (decimal): -4744005 or 12295351. OLE color: 12295351.

HSL color Cylindrical-coordinate representation of color #B79CBB: hue angle of 292.26º 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 #B79CBB is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183156187-
CMYK0.020.1700.27
HSL292.26º18.56%67.25%-
HSV(B)292.26º16.58%73.33%-
XYZ40.3937.4352.11-
YUV167.61138.95138.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=34.79%
G=29.66%
B=35.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831561870.020.1700.27292.2618.5667.25
HexB79CBB21101B1241343
Octal26723427322103344423103
Binary1011011110011100101110111010001011011100100100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CBB; }

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

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

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

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

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

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

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

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