Html Css Color HEX #BF8F7D Pale Taupe

📋 copy color: '#BF8F7D'

red 191 ◦ green 143 ◦ blue 125

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

Shades of Pale Taupe #BF8F7D

Tints of Pale Taupe #BF8F7D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.15%

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 41.61%
G = 31.15%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF8F7D (or 0xBF8F7D) is known color: Pale Taupe. HEX triplet: BF, 8F and 7D. RGB value is (191,143,125). Sum of RGB (Red+Green+Blue) = 191+143+125=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F7D is #407082. Grayscale: #9B9B9B. Windows color (decimal): -4223107 or 8228799. OLE color: 8228799.

HSL color Cylindrical-coordinate representation of color #BF8F7D: hue angle of 16.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF8F7D is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 143 125 -
CMYK 0 0.25 0.35 0.25
HSL 16.36º 0.34% 0.62% -
HSV(B) 16.36º 0.35% 0.75% -
XYZ 35.01 32.2 23.77 -
YUV 155.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 191 143 125 0 0.25 0.35 0.25 16.36 0.34 0.62
Hex BF 8F 7D 0 19 23 19 10 22 3E
Octal 277 217 175 0 31 43 31 20 42 76
Binary 10111111 10001111 1111101 0 11001 100011 11001 10000 100010 111110

Color Harmonies of #BF8F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F7D

Black with #BF8F7D

Text Example


Text Example

White with #BF8F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F7D; }

 p { color: rgb(191,143,125); }

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

background-color css

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

 a { background-color: rgb(191,143,125); }

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

border-color css

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

 span { border-color: rgb(191,143,125); }

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