Html Css Color HEX #B38CAA London Hue

📋 copy color: '#B38CAA'

red 179 ◦ green 140 ◦ blue 170

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

Shades of London Hue #B38CAA

Tints of London Hue #B38CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.63%

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

R = 36.61%
G = 28.63%
B = 34.76%

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

#B38CAA (or 0xB38CAA) is known color: London Hue. HEX triplet: B3, 8C and AA. RGB value is (179,140,170). Sum of RGB (Red+Green+Blue) = 179+140+170=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B38CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38CAA is #4C7355. Grayscale: #9A9A9A. Windows color (decimal): -5010262 or 11177139. OLE color: 11177139.

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

Color convert

RGB 179 140 170 -
CMYK 0 0.22 0.05 0.30
HSL 313.85º 0.2% 0.63% -
HSV(B) 313.85º 0.22% 0.7% -
XYZ 35.22 31.24 42.2 -
YUV 155.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 179 140 170 0 0.22 0.05 0.30 313.85 0.2 0.63
Hex B3 8C AA 0 16 5 1E 13A 14 3F
Octal 263 214 252 0 26 5 36 472 24 77
Binary 10110011 10001100 10101010 0 10110 101 11110 100111010 10100 111111

Color Harmonies of #B38CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38CAA

Black with #B38CAA

Text Example


Text Example

White with #B38CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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