Html Css Color HEX #B38BAB London Hue

📋 copy color: '#B38BAB'

red 179 ◦ green 139 ◦ blue 171

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

Shades of London Hue #B38BAB

Tints of London Hue #B38BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.97%

R = 36.61%
G = 28.43%
B = 34.97%

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

#B38BAB (or 0xB38BAB) is known color: London Hue. HEX triplet: B3, 8B and AB. RGB value is (179,139,171). Sum of RGB (Red+Green+Blue) = 179+139+171=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B38BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38BAB is #4C7454. Grayscale: #9A9A9A. Windows color (decimal): -5010517 or 11242419. OLE color: 11242419.

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

Color convert

RGB 179 139 171 -
CMYK 0 0.22 0.04 0.30
HSL 312º 0.21% 0.62% -
HSV(B) 312º 0.22% 0.7% -
XYZ 35.17 30.99 42.66 -
YUV 154.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 179 139 171 0 0.22 0.04 0.30 312 0.21 0.62
Hex B3 8B AB 0 16 4 1E 138 15 3E
Octal 263 213 253 0 26 4 36 470 25 76
Binary 10110011 10001011 10101011 0 10110 100 11110 100111000 10101 111110

Color Harmonies of #B38BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38BAB

Black with #B38BAB

Text Example


Text Example

White with #B38BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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