Html Css Color HEX #B28BAB London Hue

📋 copy color: '#B28BAB'

red 178 ◦ green 139 ◦ blue 171

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

Shades of London Hue #B28BAB

Tints of London Hue #B28BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.04%

R = 36.48%
G = 28.48%
B = 35.04%

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

#B28BAB (or 0xB28BAB) is known color: London Hue. HEX triplet: B2, 8B and AB. RGB value is (178,139,171). Sum of RGB (Red+Green+Blue) = 178+139+171=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 178 - color contains mainly: red. Hex color #B28BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28BAB is #4D7454. Grayscale: #9A9A9A. Windows color (decimal): -5076053 or 11242418. OLE color: 11242418.

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

Color convert

RGB 178 139 171 -
CMYK 0 0.22 0.04 0.30
HSL 310.77º 0.2% 0.62% -
HSV(B) 310.77º 0.22% 0.7% -
XYZ 34.94 30.87 42.64 -
YUV 154.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 178 139 171 0 0.22 0.04 0.30 310.77 0.2 0.62
Hex B2 8B AB 0 16 4 1E 137 14 3E
Octal 262 213 253 0 26 4 36 467 24 76
Binary 10110010 10001011 10101011 0 10110 100 11110 100110111 10100 111110

Color Harmonies of #B28BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BAB

Black with #B28BAB

Text Example


Text Example

White with #B28BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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