Html Css Color HEX #BF9F80 Pale Taupe

📋 copy color: '#BF9F80'

red 191 ◦ green 159 ◦ blue 128

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

Shades of Pale Taupe #BF9F80

Tints of Pale Taupe #BF9F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 39.96%
G = 33.26%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF9F80 (or 0xBF9F80) is known color: Pale Taupe. HEX triplet: BF, 9F and 80. RGB value is (191,159,128). Sum of RGB (Red+Green+Blue) = 191+159+128=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F80 is #40607F. Grayscale: #A5A5A5. Windows color (decimal): -4219008 or 8429503. OLE color: 8429503.

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

Color convert

RGB 191 159 128 -
CMYK 0 0.17 0.33 0.25
HSL 29.52º 0.33% 0.63% -
HSV(B) 29.52º 0.33% 0.75% -
XYZ 37.78 37.43 25.66 -
YUV 165.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 191 159 128 0 0.17 0.33 0.25 29.52 0.33 0.63
Hex BF 9F 80 0 11 21 19 1E 21 3F
Octal 277 237 200 0 21 41 31 36 41 77
Binary 10111111 10011111 10000000 0 10001 100001 11001 11110 100001 111111

Color Harmonies of #BF9F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9F80

Black with #BF9F80

Text Example


Text Example

White with #BF9F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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