Html Css Color HEX #B37BAA London Hue

📋 copy color: '#B37BAA'

red 179 ◦ green 123 ◦ blue 170

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

Shades of London Hue #B37BAA

Tints of London Hue #B37BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.06%

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

R = 37.92%
G = 26.06%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B37BAA (or 0xB37BAA) is known color: London Hue. HEX triplet: B3, 7B and AA. RGB value is (179,123,170). Sum of RGB (Red+Green+Blue) = 179+123+170=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B37BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37BAA is #4C8455. Grayscale: #909090. Windows color (decimal): -5014614 or 11172787. OLE color: 11172787.

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

Color convert

RGB 179 123 170 -
CMYK 0 0.31 0.05 0.30
HSL 309.64º 0.27% 0.59% -
HSV(B) 309.64º 0.31% 0.7% -
XYZ 32.93 26.65 41.44 -
YUV 145.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 179 123 170 0 0.31 0.05 0.30 309.64 0.27 0.59
Hex B3 7B AA 0 1F 5 1E 136 1B 3B
Octal 263 173 252 0 37 5 36 466 33 73
Binary 10110011 1111011 10101010 0 11111 101 11110 100110110 11011 111011

Color Harmonies of #B37BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37BAA

Black with #B37BAA

Text Example


Text Example

White with #B37BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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