Html Css Color HEX #B37BAF London Hue

📋 copy color: '#B37BAF'

red 179 ◦ green 123 ◦ blue 175

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

Shades of London Hue #B37BAF

Tints of London Hue #B37BAF

RGB

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

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

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

R = 37.53%
G = 25.79%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B37BAF (or 0xB37BAF) is known color: London Hue. HEX triplet: B3, 7B and AF. RGB value is (179,123,175). Sum of RGB (Red+Green+Blue) = 179+123+175=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B37BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37BAF is #4C8450. Grayscale: #919191. Windows color (decimal): -5014609 or 11500467. OLE color: 11500467.

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

Color convert

RGB 179 123 175 -
CMYK 0 0.31 0.02 0.30
HSL 304.29º 0.27% 0.59% -
HSV(B) 304.29º 0.31% 0.7% -
XYZ 33.41 26.84 43.98 -
YUV 145.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 179 123 175 0 0.31 0.02 0.30 304.29 0.27 0.59
Hex B3 7B AF 0 1F 2 1E 130 1B 3B
Octal 263 173 257 0 37 2 36 460 33 73
Binary 10110011 1111011 10101111 0 11111 10 11110 100110000 11011 111011

Color Harmonies of #B37BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37BAF

Black with #B37BAF

Text Example


Text Example

White with #B37BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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