Html Css Color HEX #B39BB7 Lola

📋 copy color: '#B39BB7'

red 179 ◦ green 155 ◦ blue 183

#B39BB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #B39BB7

Tints of Lola #B39BB7

RGB

 RED value IS 179 (70.31% from 255) = 34.62%

 GREEN value IS 155 (60.94% from 255) = 29.98%

 BLUE value IS 183 (71.88% from 255) = 35.4%

R = 34.62%
G = 29.98%
B = 35.4%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B39BB7 (or 0xB39BB7) is known color: Lola. HEX triplet: B3, 9B and B7. RGB value is (179,155,183). Sum of RGB (Red+Green+Blue) = 179+155+183=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 183 - color contains mainly: blue. Hex color #B39BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BB7 is #4C6448. Grayscale: #A5A5A5. Windows color (decimal): -5006409 or 12032947. OLE color: 12032947.

HSL color Cylindrical-coordinate representation of color #B39BB7: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B39BB7 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 155 183 -
CMYK 0.02 0.15 0 0.28
HSL 291.43º 0.16% 0.66% -
HSV(B) 291.43º 0.15% 0.72% -
XYZ 38.86 36.45 49.79 -
YUV 165.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 179 155 183 0.02 0.15 0 0.28 291.43 0.16 0.66
Hex B3 9B B7 2 F 0 1C 123 10 42
Octal 263 233 267 2 17 0 34 443 20 102
Binary 10110011 10011011 10110111 10 1111 0 11100 100100011 10000 1000010

Color Harmonies of #B39BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BB7

Black with #B39BB7

Text Example


Text Example

White with #B39BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BB7; }

 p { color: rgb(179,155,183); }

 H1.HeaderClassName
 {
   color: #B39BB7;
 }
 .AnyTagClassName
 {
   color: #B39BB7;
 }
</style>

background-color css

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

 a { background-color: rgb(179,155,183); }

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

border-color css

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

 span { border-color: rgb(179,155,183); }

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