Html Css Color HEX #BF9B7E Pale Taupe

📋 copy color: '#BF9B7E'

red 191 ◦ green 155 ◦ blue 126

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

Shades of Pale Taupe #BF9B7E

Tints of Pale Taupe #BF9B7E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.84%

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

R = 40.47%
G = 32.84%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF9B7E (or 0xBF9B7E) is known color: Pale Taupe. HEX triplet: BF, 9B and 7E. RGB value is (191,155,126). Sum of RGB (Red+Green+Blue) = 191+155+126=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9B7E is #406481. Grayscale: #A2A2A2. Windows color (decimal): -4220034 or 8297407. OLE color: 8297407.

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

Color convert

RGB 191 155 126 -
CMYK 0 0.19 0.34 0.25
HSL 26.77º 0.34% 0.62% -
HSV(B) 26.77º 0.34% 0.75% -
XYZ 36.97 36.03 24.74 -
YUV 162.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 191 155 126 0 0.19 0.34 0.25 26.77 0.34 0.62
Hex BF 9B 7E 0 13 22 19 1B 22 3E
Octal 277 233 176 0 23 42 31 33 42 76
Binary 10111111 10011011 1111110 0 10011 100010 11001 11011 100010 111110

Color Harmonies of #BF9B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9B7E

Black with #BF9B7E

Text Example


Text Example

White with #BF9B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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