Html Css Color HEX #BF9A7E Pale Taupe

📋 copy color: '#BF9A7E'

red 191 ◦ green 154 ◦ blue 126

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

Shades of Pale Taupe #BF9A7E

Tints of Pale Taupe #BF9A7E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

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

R = 40.55%
G = 32.7%
B = 26.75%

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

#BF9A7E (or 0xBF9A7E) is known color: Pale Taupe. HEX triplet: BF, 9A and 7E. RGB value is (191,154,126). Sum of RGB (Red+Green+Blue) = 191+154+126=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A7E is #406581. Grayscale: #A2A2A2. Windows color (decimal): -4220290 or 8297151. OLE color: 8297151.

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

Color convert

RGB 191 154 126 -
CMYK 0 0.19 0.34 0.25
HSL 25.85º 0.34% 0.62% -
HSV(B) 25.85º 0.34% 0.75% -
XYZ 36.81 35.69 24.69 -
YUV 161.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 191 154 126 0 0.19 0.34 0.25 25.85 0.34 0.62
Hex BF 9A 7E 0 13 22 19 1A 22 3E
Octal 277 232 176 0 23 42 31 32 42 76
Binary 10111111 10011010 1111110 0 10011 100010 11001 11010 100010 111110

Color Harmonies of #BF9A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A7E

Black with #BF9A7E

Text Example


Text Example

White with #BF9A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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