Html Css Color HEX #B28CAB London Hue

📋 copy color: '#B28CAB'

red 178 ◦ green 140 ◦ blue 171

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

Shades of London Hue #B28CAB

Tints of London Hue #B28CAB

RGB

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

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

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

R = 36.4%
G = 28.63%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B28CAB (or 0xB28CAB) is known color: London Hue. HEX triplet: B2, 8C and AB. RGB value is (178,140,171). Sum of RGB (Red+Green+Blue) = 178+140+171=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CAB is #4D7354. Grayscale: #9A9A9A. Windows color (decimal): -5075797 or 11242674. OLE color: 11242674.

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

Color convert

RGB 178 140 171 -
CMYK 0 0.21 0.04 0.30
HSL 311.05º 0.2% 0.62% -
HSV(B) 311.05º 0.21% 0.7% -
XYZ 35.09 31.16 42.69 -
YUV 154.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 178 140 171 0 0.21 0.04 0.30 311.05 0.2 0.62
Hex B2 8C AB 0 15 4 1E 137 14 3E
Octal 262 214 253 0 25 4 36 467 24 76
Binary 10110010 10001100 10101011 0 10101 100 11110 100110111 10100 111110

Color Harmonies of #B28CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CAB

Black with #B28CAB

Text Example


Text Example

White with #B28CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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