Html Css Color HEX #BF8E71 Pale Taupe

📋 copy color: '#BF8E71'

red 191 ◦ green 142 ◦ blue 113

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

Shades of Pale Taupe #BF8E71

Tints of Pale Taupe #BF8E71

RGB

 RED value IS 191 (75% from 255) = 42.83%

 GREEN value IS 142 (55.86% from 255) = 31.84%

 BLUE value IS 113 (44.53% from 255) = 25.34%

R = 42.83%
G = 31.84%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF8E71 (or 0xBF8E71) is known color: Pale Taupe. HEX triplet: BF, 8E and 71. RGB value is (191,142,113). Sum of RGB (Red+Green+Blue) = 191+142+113=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E71 is #40718E. Grayscale: #999999. Windows color (decimal): -4223375 or 7442111. OLE color: 7442111.

HSL color Cylindrical-coordinate representation of color #BF8E71: hue angle of 22.31º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8E71 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 142 113 -
CMYK 0 0.26 0.41 0.25
HSL 22.31º 0.38% 0.6% -
HSV(B) 22.31º 0.41% 0.75% -
XYZ 34.14 31.61 19.93 -
YUV 153.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 191 142 113 0 0.26 0.41 0.25 22.31 0.38 0.6
Hex BF 8E 71 0 1A 29 19 16 26 3C
Octal 277 216 161 0 32 51 31 26 46 74
Binary 10111111 10001110 1110001 0 11010 101001 11001 10110 100110 111100

Color Harmonies of #BF8E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8E71

Black with #BF8E71

Text Example


Text Example

White with #BF8E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8E71; }

 p { color: rgb(191,142,113); }

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

background-color css

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

 a { background-color: rgb(191,142,113); }

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

border-color css

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

 span { border-color: rgb(191,142,113); }

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