Html Css Color HEX #B49B88 Pale Taupe

📋 copy color: '#B49B88'

red 180 ◦ green 155 ◦ blue 136

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

Shades of Pale Taupe #B49B88

Tints of Pale Taupe #B49B88

RGB

 RED value IS 180 (70.7% from 255) = 38.22%

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

 BLUE value IS 136 (53.52% from 255) = 28.87%

R = 38.22%
G = 32.91%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B49B88 (or 0xB49B88) is known color: Pale Taupe. HEX triplet: B4, 9B and 88. RGB value is (180,155,136). Sum of RGB (Red+Green+Blue) = 180+155+136=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B88 is #4B6477. Grayscale: #A0A0A0. Windows color (decimal): -4940920 or 8952756. OLE color: 8952756.

HSL color Cylindrical-coordinate representation of color #B49B88: hue angle of 25.91º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B49B88 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 155 136 -
CMYK 0 0.14 0.24 0.29
HSL 25.91º 0.23% 0.62% -
HSV(B) 25.91º 0.24% 0.71% -
XYZ 34.99 34.92 28.19 -
YUV 160.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 180 155 136 0 0.14 0.24 0.29 25.91 0.23 0.62
Hex B4 9B 88 0 E 18 1D 1A 17 3E
Octal 264 233 210 0 16 30 35 32 27 76
Binary 10110100 10011011 10001000 0 1110 11000 11101 11010 10111 111110

Color Harmonies of #B49B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49B88

Black with #B49B88

Text Example


Text Example

White with #B49B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49B88; }

 p { color: rgb(180,155,136); }

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

background-color css

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

 a { background-color: rgb(180,155,136); }

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

border-color css

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

 span { border-color: rgb(180,155,136); }

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