Html Css Color HEX #B38BAC London Hue

📋 copy color: '#B38BAC'

red 179 ◦ green 139 ◦ blue 172

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

Shades of London Hue #B38BAC

Tints of London Hue #B38BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.37%

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

R = 36.53%
G = 28.37%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B38BAC (or 0xB38BAC) is known color: London Hue. HEX triplet: B3, 8B and AC. RGB value is (179,139,172). Sum of RGB (Red+Green+Blue) = 179+139+172=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B38BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38BAC is #4C7453. Grayscale: #9A9A9A. Windows color (decimal): -5010516 or 11307955. OLE color: 11307955.

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

Color convert

RGB 179 139 172 -
CMYK 0 0.22 0.04 0.30
HSL 310.5º 0.21% 0.62% -
HSV(B) 310.5º 0.22% 0.7% -
XYZ 35.27 31.03 43.16 -
YUV 154.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 179 139 172 0 0.22 0.04 0.30 310.5 0.21 0.62
Hex B3 8B AC 0 16 4 1E 136 15 3E
Octal 263 213 254 0 26 4 36 466 25 76
Binary 10110011 10001011 10101100 0 10110 100 11110 100110110 10101 111110

Color Harmonies of #B38BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38BAC

Black with #B38BAC

Text Example


Text Example

White with #B38BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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