Html Css Color HEX #BF9F7E Pale Taupe

📋 copy color: '#BF9F7E'

red 191 ◦ green 159 ◦ blue 126

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

Shades of Pale Taupe #BF9F7E

Tints of Pale Taupe #BF9F7E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.4%

 BLUE value IS 126 (49.61% from 255) = 26.47%

R = 40.13%
G = 33.4%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF9F7E (or 0xBF9F7E) is known color: Pale Taupe. HEX triplet: BF, 9F and 7E. RGB value is (191,159,126). Sum of RGB (Red+Green+Blue) = 191+159+126=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9F7E is #406081. Grayscale: #A4A4A4. Windows color (decimal): -4219010 or 8298431. OLE color: 8298431.

HSL color Cylindrical-coordinate representation of color #BF9F7E: hue angle of 30.46º degrees, saturation: 0.34, 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 #BF9F7E is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 159 126 -
CMYK 0 0.17 0.34 0.25
HSL 30.46º 0.34% 0.62% -
HSV(B) 30.46º 0.34% 0.75% -
XYZ 37.65 37.38 24.97 -
YUV 164.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 191 159 126 0 0.17 0.34 0.25 30.46 0.34 0.62
Hex BF 9F 7E 0 11 22 19 1E 22 3E
Octal 277 237 176 0 21 42 31 36 42 76
Binary 10111111 10011111 1111110 0 10001 100010 11001 11110 100010 111110

Color Harmonies of #BF9F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9F7E

Black with #BF9F7E

Text Example


Text Example

White with #BF9F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9F7E; }

 p { color: rgb(191,159,126); }

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

background-color css

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

 a { background-color: rgb(191,159,126); }

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

border-color css

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

 span { border-color: rgb(191,159,126); }

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