Html Css Color HEX #B29BAB London Hue

📋 copy color: '#B29BAB'

red 178 ◦ green 155 ◦ blue 171

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

Shades of London Hue #B29BAB

Tints of London Hue #B29BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.75%

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

R = 35.32%
G = 30.75%
B = 33.93%

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

#B29BAB (or 0xB29BAB) is known color: London Hue. HEX triplet: B2, 9B and AB. RGB value is (178,155,171). Sum of RGB (Red+Green+Blue) = 178+155+171=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 178 - color contains mainly: red. Hex color #B29BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29BAB is #4D6454. Grayscale: #A3A3A3. Windows color (decimal): -5071957 or 11246514. OLE color: 11246514.

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

Color convert

RGB 178 155 171 -
CMYK 0 0.13 0.04 0.30
HSL 318.26º 0.13% 0.65% -
HSV(B) 318.26º 0.13% 0.7% -
XYZ 37.43 35.85 43.47 -
YUV 163.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 178 155 171 0 0.13 0.04 0.30 318.26 0.13 0.65
Hex B2 9B AB 0 D 4 1E 13E D 41
Octal 262 233 253 0 15 4 36 476 15 101
Binary 10110010 10011011 10101011 0 1101 100 11110 100111110 1101 1000001

Color Harmonies of #B29BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BAB

Black with #B29BAB

Text Example


Text Example

White with #B29BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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