Html Css Color HEX #B39C87 Pale Taupe

📋 copy color: '#B39C87'

red 179 ◦ green 156 ◦ blue 135

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

Shades of Pale Taupe #B39C87

Tints of Pale Taupe #B39C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.72%

R = 38.09%
G = 33.19%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B39C87 (or 0xB39C87) is known color: Pale Taupe. HEX triplet: B3, 9C and 87. RGB value is (179,156,135). Sum of RGB (Red+Green+Blue) = 179+156+135=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39C87 is #4C6378. Grayscale: #A0A0A0. Windows color (decimal): -5006201 or 8887475. OLE color: 8887475.

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

Color convert

RGB 179 156 135 -
CMYK 0 0.13 0.25 0.30
HSL 28.64º 0.22% 0.62% -
HSV(B) 28.64º 0.25% 0.7% -
XYZ 34.85 35.11 27.86 -
YUV 160.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 179 156 135 0 0.13 0.25 0.30 28.64 0.22 0.62
Hex B3 9C 87 0 D 19 1E 1D 16 3E
Octal 263 234 207 0 15 31 36 35 26 76
Binary 10110011 10011100 10000111 0 1101 11001 11110 11101 10110 111110

Color Harmonies of #B39C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39C87

Black with #B39C87

Text Example


Text Example

White with #B39C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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