Html Css Color HEX #B39C89 Pale Taupe

📋 copy color: '#B39C89'

red 179 ◦ green 156 ◦ blue 137

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

Shades of Pale Taupe #B39C89

Tints of Pale Taupe #B39C89

RGB

 RED value IS 179 (70.31% from 255) = 37.92%

 GREEN value IS 156 (61.33% from 255) = 33.05%

 BLUE value IS 137 (53.91% from 255) = 29.03%

R = 37.92%
G = 33.05%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B39C89 (or 0xB39C89) is known color: Pale Taupe. HEX triplet: B3, 9C and 89. RGB value is (179,156,137). Sum of RGB (Red+Green+Blue) = 179+156+137=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39C89 is #4C6376. Grayscale: #A0A0A0. Windows color (decimal): -5006199 or 9018547. OLE color: 9018547.

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

Color convert

RGB 179 156 137 -
CMYK 0 0.13 0.23 0.30
HSL 27.14º 0.22% 0.62% -
HSV(B) 27.14º 0.23% 0.7% -
XYZ 34.99 35.17 28.61 -
YUV 160.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 179 156 137 0 0.13 0.23 0.30 27.14 0.22 0.62
Hex B3 9C 89 0 D 17 1E 1B 16 3E
Octal 263 234 211 0 15 27 36 33 26 76
Binary 10110011 10011100 10001001 0 1101 10111 11110 11011 10110 111110

Color Harmonies of #B39C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39C89

Black with #B39C89

Text Example


Text Example

White with #B39C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39C89; }

 p { color: rgb(179,156,137); }

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

background-color css

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

 a { background-color: rgb(179,156,137); }

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

border-color css

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

 span { border-color: rgb(179,156,137); }

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