Html Css Color HEX #B38CAF London Hue

📋 copy color: '#B38CAF'

red 179 ◦ green 140 ◦ blue 175

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

Shades of London Hue #B38CAF

Tints of London Hue #B38CAF

RGB

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

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

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

R = 36.23%
G = 28.34%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B38CAF (or 0xB38CAF) is known color: London Hue. HEX triplet: B3, 8C and AF. RGB value is (179,140,175). Sum of RGB (Red+Green+Blue) = 179+140+175=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B38CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38CAF is #4C7350. Grayscale: #9B9B9B. Windows color (decimal): -5010257 or 11504819. OLE color: 11504819.

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

Color convert

RGB 179 140 175 -
CMYK 0 0.22 0.02 0.30
HSL 306.15º 0.2% 0.63% -
HSV(B) 306.15º 0.22% 0.7% -
XYZ 35.71 31.44 44.74 -
YUV 155.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 179 140 175 0 0.22 0.02 0.30 306.15 0.2 0.63
Hex B3 8C AF 0 16 2 1E 132 14 3F
Octal 263 214 257 0 26 2 36 462 24 77
Binary 10110011 10001100 10101111 0 10110 10 11110 100110010 10100 111111

Color Harmonies of #B38CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38CAF

Black with #B38CAF

Text Example


Text Example

White with #B38CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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