Html Css Color HEX #BF997A Pale Taupe

📋 copy color: '#BF997A'

red 191 ◦ green 153 ◦ blue 122

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

Shades of Pale Taupe #BF997A

Tints of Pale Taupe #BF997A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.83%

 BLUE value IS 122 (48.05% from 255) = 26.18%

R = 40.99%
G = 32.83%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF997A (or 0xBF997A) is known color: Pale Taupe. HEX triplet: BF, 99 and 7A. RGB value is (191,153,122). Sum of RGB (Red+Green+Blue) = 191+153+122=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF997A is #406685. Grayscale: #A0A0A0. Windows color (decimal): -4220550 or 8034751. OLE color: 8034751.

HSL color Cylindrical-coordinate representation of color #BF997A: hue angle of 26.96º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF997A is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 153 122 -
CMYK 0 0.20 0.36 0.25
HSL 26.96º 0.35% 0.61% -
HSV(B) 26.96º 0.36% 0.75% -
XYZ 36.39 35.26 23.3 -
YUV 160.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 191 153 122 0 0.20 0.36 0.25 26.96 0.35 0.61
Hex BF 99 7A 0 14 24 19 1B 23 3D
Octal 277 231 172 0 24 44 31 33 43 75
Binary 10111111 10011001 1111010 0 10100 100100 11001 11011 100011 111101

Color Harmonies of #BF997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF997A

Black with #BF997A

Text Example


Text Example

White with #BF997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF997A; }

 p { color: rgb(191,153,122); }

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

background-color css

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

 a { background-color: rgb(191,153,122); }

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

border-color css

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

 span { border-color: rgb(191,153,122); }

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