Html Css Color HEX #BF9E81 Pale Taupe

📋 copy color: '#BF9E81'

red 191 ◦ green 158 ◦ blue 129

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

Shades of Pale Taupe #BF9E81

Tints of Pale Taupe #BF9E81

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.05%

 BLUE value IS 129 (50.78% from 255) = 26.99%

R = 39.96%
G = 33.05%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF9E81 (or 0xBF9E81) is known color: Pale Taupe. HEX triplet: BF, 9E and 81. RGB value is (191,158,129). Sum of RGB (Red+Green+Blue) = 191+158+129=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E81 is #40617E. Grayscale: #A4A4A4. Windows color (decimal): -4219263 or 8494783. OLE color: 8494783.

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

Color convert

RGB 191 158 129 -
CMYK 0 0.17 0.32 0.25
HSL 28.06º 0.33% 0.63% -
HSV(B) 28.06º 0.32% 0.75% -
XYZ 37.68 37.12 25.95 -
YUV 164.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 191 158 129 0 0.17 0.32 0.25 28.06 0.33 0.63
Hex BF 9E 81 0 11 20 19 1C 21 3F
Octal 277 236 201 0 21 40 31 34 41 77
Binary 10111111 10011110 10000001 0 10001 100000 11001 11100 100001 111111

Color Harmonies of #BF9E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9E81

Black with #BF9E81

Text Example


Text Example

White with #BF9E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9E81; }

 p { color: rgb(191,158,129); }

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

background-color css

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

 a { background-color: rgb(191,158,129); }

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

border-color css

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

 span { border-color: rgb(191,158,129); }

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