Html Css Color HEX #B38BAA London Hue

📋 copy color: '#B38BAA'

red 179 ◦ green 139 ◦ blue 170

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

Shades of London Hue #B38BAA

Tints of London Hue #B38BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.84%

R = 36.68%
G = 28.48%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B38BAA (or 0xB38BAA) is known color: London Hue. HEX triplet: B3, 8B and AA. RGB value is (179,139,170). Sum of RGB (Red+Green+Blue) = 179+139+170=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B38BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38BAA is #4C7455. Grayscale: #9A9A9A. Windows color (decimal): -5010518 or 11176883. OLE color: 11176883.

HSL color Cylindrical-coordinate representation of color #B38BAA: hue angle of 313.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 #B38BAA is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 139 170 -
CMYK 0 0.22 0.05 0.30
HSL 313.5º 0.21% 0.62% -
HSV(B) 313.5º 0.22% 0.7% -
XYZ 35.08 30.95 42.16 -
YUV 154.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 179 139 170 0 0.22 0.05 0.30 313.5 0.21 0.62
Hex B3 8B AA 0 16 5 1E 13A 15 3E
Octal 263 213 252 0 26 5 36 472 25 76
Binary 10110011 10001011 10101010 0 10110 101 11110 100111010 10101 111110

Color Harmonies of #B38BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38BAA

Black with #B38BAA

Text Example


Text Example

White with #B38BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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