Html Css Color HEX #B29AAB London Hue

📋 copy color: '#B29AAB'

red 178 ◦ green 154 ◦ blue 171

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

Shades of London Hue #B29AAB

Tints of London Hue #B29AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.62%

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

R = 35.39%
G = 30.62%
B = 34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B29AAB (or 0xB29AAB) is known color: London Hue. HEX triplet: B2, 9A and AB. RGB value is (178,154,171). Sum of RGB (Red+Green+Blue) = 178+154+171=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 178 - color contains mainly: red. Hex color #B29AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29AAB is #4D6554. Grayscale: #A3A3A3. Windows color (decimal): -5072213 or 11246258. OLE color: 11246258.

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

Color convert

RGB 178 154 171 -
CMYK 0 0.13 0.04 0.30
HSL 317.5º 0.13% 0.65% -
HSV(B) 317.5º 0.13% 0.7% -
XYZ 37.27 35.52 43.42 -
YUV 163.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 178 154 171 0 0.13 0.04 0.30 317.5 0.13 0.65
Hex B2 9A AB 0 D 4 1E 13E D 41
Octal 262 232 253 0 15 4 36 476 15 101
Binary 10110010 10011010 10101011 0 1101 100 11110 100111110 1101 1000001

Color Harmonies of #B29AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29AAB

Black with #B29AAB

Text Example


Text Example

White with #B29AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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