Html Css Color HEX #B38AAA London Hue

📋 copy color: '#B38AAA'

red 179 ◦ green 138 ◦ blue 170

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

Shades of London Hue #B38AAA

Tints of London Hue #B38AAA

RGB

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

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

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

R = 36.76%
G = 28.34%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B38AAA (or 0xB38AAA) is known color: London Hue. HEX triplet: B3, 8A and AA. RGB value is (179,138,170). Sum of RGB (Red+Green+Blue) = 179+138+170=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B38AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38AAA is #4C7555. Grayscale: #999999. Windows color (decimal): -5010774 or 11176627. OLE color: 11176627.

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

Color convert

RGB 179 138 170 -
CMYK 0 0.23 0.05 0.30
HSL 313.17º 0.21% 0.62% -
HSV(B) 313.17º 0.23% 0.7% -
XYZ 34.93 30.66 42.11 -
YUV 153.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 179 138 170 0 0.23 0.05 0.30 313.17 0.21 0.62
Hex B3 8A AA 0 17 5 1E 139 15 3E
Octal 263 212 252 0 27 5 36 471 25 76
Binary 10110011 10001010 10101010 0 10111 101 11110 100111001 10101 111110

Color Harmonies of #B38AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38AAA

Black with #B38AAA

Text Example


Text Example

White with #B38AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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