Html Css Color HEX #B39BAC London Hue

📋 copy color: '#B39BAC'

red 179 ◦ green 155 ◦ blue 172

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

Shades of London Hue #B39BAC

Tints of London Hue #B39BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 35.38%
G = 30.63%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B39BAC (or 0xB39BAC) is known color: London Hue. HEX triplet: B3, 9B and AC. RGB value is (179,155,172). Sum of RGB (Red+Green+Blue) = 179+155+172=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B39BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39BAC is #4C6453. Grayscale: #A4A4A4. Windows color (decimal): -5006420 or 11312051. OLE color: 11312051.

HSL color Cylindrical-coordinate representation of color #B39BAC: hue angle of 317.5º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B39BAC is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 155 172 -
CMYK 0 0.13 0.04 0.30
HSL 317.5º 0.14% 0.65% -
HSV(B) 317.5º 0.13% 0.7% -
XYZ 37.76 36 43.99 -
YUV 164.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 179 155 172 0 0.13 0.04 0.30 317.5 0.14 0.65
Hex B3 9B AC 0 D 4 1E 13E E 41
Octal 263 233 254 0 15 4 36 476 16 101
Binary 10110011 10011011 10101100 0 1101 100 11110 100111110 1110 1000001

Color Harmonies of #B39BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BAC

Black with #B39BAC

Text Example


Text Example

White with #B39BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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