Html Css Color HEX #B38AAF London Hue

📋 copy color: '#B38AAF'

red 179 ◦ green 138 ◦ blue 175

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

Shades of London Hue #B38AAF

Tints of London Hue #B38AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.57%

R = 36.38%
G = 28.05%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B38AAF (or 0xB38AAF) is known color: London Hue. HEX triplet: B3, 8A and AF. RGB value is (179,138,175). Sum of RGB (Red+Green+Blue) = 179+138+175=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B38AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38AAF is #4C7550. Grayscale: #9A9A9A. Windows color (decimal): -5010769 or 11504307. OLE color: 11504307.

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

Color convert

RGB 179 138 175 -
CMYK 0 0.23 0.02 0.30
HSL 305.85º 0.21% 0.62% -
HSV(B) 305.85º 0.23% 0.7% -
XYZ 35.42 30.86 44.65 -
YUV 154.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 179 138 175 0 0.23 0.02 0.30 305.85 0.21 0.62
Hex B3 8A AF 0 17 2 1E 132 15 3E
Octal 263 212 257 0 27 2 36 462 25 76
Binary 10110011 10001010 10101111 0 10111 10 11110 100110010 10101 111110

Color Harmonies of #B38AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38AAF

Black with #B38AAF

Text Example


Text Example

White with #B38AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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