Html Css Color HEX #BF957F Pale Taupe

📋 copy color: '#BF957F'

red 191 ◦ green 149 ◦ blue 127

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

Shades of Pale Taupe #BF957F

Tints of Pale Taupe #BF957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.91%

 BLUE value IS 127 (50% from 255) = 27.19%

R = 40.9%
G = 31.91%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF957F (or 0xBF957F) is known color: Pale Taupe. HEX triplet: BF, 95 and 7F. RGB value is (191,149,127). Sum of RGB (Red+Green+Blue) = 191+149+127=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF957F is #406A80. Grayscale: #9F9F9F. Windows color (decimal): -4221569 or 8361407. OLE color: 8361407.

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

Color convert

RGB 191 149 127 -
CMYK 0 0.22 0.34 0.25
HSL 20.63º 0.33% 0.62% -
HSV(B) 20.63º 0.34% 0.75% -
XYZ 36.06 34.1 24.76 -
YUV 159.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 191 149 127 0 0.22 0.34 0.25 20.63 0.33 0.62
Hex BF 95 7F 0 16 22 19 15 21 3E
Octal 277 225 177 0 26 42 31 25 41 76
Binary 10111111 10010101 1111111 0 10110 100010 11001 10101 100001 111110

Color Harmonies of #BF957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF957F

Black with #BF957F

Text Example


Text Example

White with #BF957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF957F; }

 p { color: rgb(191,149,127); }

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

background-color css

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

 a { background-color: rgb(191,149,127); }

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

border-color css

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

 span { border-color: rgb(191,149,127); }

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