Html Css Color HEX #B28BA7 London Hue

📋 copy color: '#B28BA7'

red 178 ◦ green 139 ◦ blue 167

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

Shades of London Hue #B28BA7

Tints of London Hue #B28BA7

RGB

 RED value IS 178 (69.92% from 255) = 36.78%

 GREEN value IS 139 (54.69% from 255) = 28.72%

 BLUE value IS 167 (65.63% from 255) = 34.5%

R = 36.78%
G = 28.72%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B28BA7 (or 0xB28BA7) is known color: London Hue. HEX triplet: B2, 8B and A7. RGB value is (178,139,167). Sum of RGB (Red+Green+Blue) = 178+139+167=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B28BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28BA7 is #4D7458. Grayscale: #999999. Windows color (decimal): -5076057 or 10980274. OLE color: 10980274.

HSL color Cylindrical-coordinate representation of color #B28BA7: hue angle of 316.92º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28BA7 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 139 167 -
CMYK 0 0.22 0.06 0.30
HSL 316.92º 0.2% 0.62% -
HSV(B) 316.92º 0.22% 0.7% -
XYZ 34.57 30.72 40.67 -
YUV 153.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 178 139 167 0 0.22 0.06 0.30 316.92 0.2 0.62
Hex B2 8B A7 0 16 6 1E 13D 14 3E
Octal 262 213 247 0 26 6 36 475 24 76
Binary 10110010 10001011 10100111 0 10110 110 11110 100111101 10100 111110

Color Harmonies of #B28BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BA7

Black with #B28BA7

Text Example


Text Example

White with #B28BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BA7; }

 p { color: rgb(178,139,167); }

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

background-color css

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

 a { background-color: rgb(178,139,167); }

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

border-color css

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

 span { border-color: rgb(178,139,167); }

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