Html Css Color HEX #BF957C Pale Taupe

📋 copy color: '#BF957C'

red 191 ◦ green 149 ◦ blue 124

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

Shades of Pale Taupe #BF957C

Tints of Pale Taupe #BF957C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.72%

R = 41.16%
G = 32.11%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF957C (or 0xBF957C) is known color: Pale Taupe. HEX triplet: BF, 95 and 7C. RGB value is (191,149,124). Sum of RGB (Red+Green+Blue) = 191+149+124=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF957C is #406A83. Grayscale: #9E9E9E. Windows color (decimal): -4221572 or 8164799. OLE color: 8164799.

HSL color Cylindrical-coordinate representation of color #BF957C: hue angle of 22.39º 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 #BF957C is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 149 124 -
CMYK 0 0.22 0.35 0.25
HSL 22.39º 0.34% 0.62% -
HSV(B) 22.39º 0.35% 0.75% -
XYZ 35.87 34.03 23.75 -
YUV 158.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 191 149 124 0 0.22 0.35 0.25 22.39 0.34 0.62
Hex BF 95 7C 0 16 23 19 16 22 3E
Octal 277 225 174 0 26 43 31 26 42 76
Binary 10111111 10010101 1111100 0 10110 100011 11001 10110 100010 111110

Color Harmonies of #BF957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF957C

Black with #BF957C

Text Example


Text Example

White with #BF957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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