Html Css Color HEX #B38CAC London Hue

📋 copy color: '#B38CAC'

red 179 ◦ green 140 ◦ blue 172

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

Shades of London Hue #B38CAC

Tints of London Hue #B38CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 36.46%
G = 28.51%
B = 35.03%

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

#B38CAC (or 0xB38CAC) is known color: London Hue. HEX triplet: B3, 8C and AC. RGB value is (179,140,172). Sum of RGB (Red+Green+Blue) = 179+140+172=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B38CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38CAC is #4C7353. Grayscale: #9B9B9B. Windows color (decimal): -5010260 or 11308211. OLE color: 11308211.

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

Color convert

RGB 179 140 172 -
CMYK 0 0.22 0.04 0.30
HSL 310.77º 0.2% 0.63% -
HSV(B) 310.77º 0.22% 0.7% -
XYZ 35.41 31.32 43.21 -
YUV 155.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 179 140 172 0 0.22 0.04 0.30 310.77 0.2 0.63
Hex B3 8C AC 0 16 4 1E 137 14 3F
Octal 263 214 254 0 26 4 36 467 24 77
Binary 10110011 10001100 10101100 0 10110 100 11110 100110111 10100 111111

Color Harmonies of #B38CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38CAC

Black with #B38CAC

Text Example


Text Example

White with #B38CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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