Html Css Color HEX #BF917E Pale Taupe

📋 copy color: '#BF917E'

red 191 ◦ green 145 ◦ blue 126

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

Shades of Pale Taupe #BF917E

Tints of Pale Taupe #BF917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.39%

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

R = 41.34%
G = 31.39%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF917E (or 0xBF917E) is known color: Pale Taupe. HEX triplet: BF, 91 and 7E. RGB value is (191,145,126). Sum of RGB (Red+Green+Blue) = 191+145+126=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF917E is #406E81. Grayscale: #9C9C9C. Windows color (decimal): -4222594 or 8294847. OLE color: 8294847.

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

Color convert

RGB 191 145 126 -
CMYK 0 0.24 0.34 0.25
HSL 17.54º 0.34% 0.62% -
HSV(B) 17.54º 0.34% 0.75% -
XYZ 35.38 32.83 24.21 -
YUV 156.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 191 145 126 0 0.24 0.34 0.25 17.54 0.34 0.62
Hex BF 91 7E 0 18 22 19 12 22 3E
Octal 277 221 176 0 30 42 31 22 42 76
Binary 10111111 10010001 1111110 0 11000 100010 11001 10010 100010 111110

Color Harmonies of #BF917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF917E

Black with #BF917E

Text Example


Text Example

White with #BF917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF917E; }

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

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

background-color css

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

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

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

border-color css

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

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

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