Html Css Color HEX #B38AAC London Hue

📋 copy color: '#B38AAC'

red 179 ◦ green 138 ◦ blue 172

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

Shades of London Hue #B38AAC

Tints of London Hue #B38AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.22%

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

R = 36.61%
G = 28.22%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B38AAC (or 0xB38AAC) is known color: London Hue. HEX triplet: B3, 8A and AC. RGB value is (179,138,172). Sum of RGB (Red+Green+Blue) = 179+138+172=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B38AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38AAC is #4C7553. Grayscale: #9A9A9A. Windows color (decimal): -5010772 or 11307699. OLE color: 11307699.

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

Color convert

RGB 179 138 172 -
CMYK 0 0.23 0.04 0.30
HSL 310.24º 0.21% 0.62% -
HSV(B) 310.24º 0.23% 0.7% -
XYZ 35.13 30.74 43.11 -
YUV 154.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 179 138 172 0 0.23 0.04 0.30 310.24 0.21 0.62
Hex B3 8A AC 0 17 4 1E 136 15 3E
Octal 263 212 254 0 27 4 36 466 25 76
Binary 10110011 10001010 10101100 0 10111 100 11110 100110110 10101 111110

Color Harmonies of #B38AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38AAC

Black with #B38AAC

Text Example


Text Example

White with #B38AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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