Html Css Color HEX #BF977A Pale Taupe

📋 copy color: '#BF977A'

red 191 ◦ green 151 ◦ blue 122

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

Shades of Pale Taupe #BF977A

Tints of Pale Taupe #BF977A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.54%

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

R = 41.16%
G = 32.54%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF977A (or 0xBF977A) is known color: Pale Taupe. HEX triplet: BF, 97 and 7A. RGB value is (191,151,122). Sum of RGB (Red+Green+Blue) = 191+151+122=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF977A is #406885. Grayscale: #9F9F9F. Windows color (decimal): -4221062 or 8034239. OLE color: 8034239.

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

Color convert

RGB 191 151 122 -
CMYK 0 0.21 0.36 0.25
HSL 25.22º 0.35% 0.61% -
HSV(B) 25.22º 0.36% 0.75% -
XYZ 36.07 34.61 23.19 -
YUV 159.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 191 151 122 0 0.21 0.36 0.25 25.22 0.35 0.61
Hex BF 97 7A 0 15 24 19 19 23 3D
Octal 277 227 172 0 25 44 31 31 43 75
Binary 10111111 10010111 1111010 0 10101 100100 11001 11001 100011 111101

Color Harmonies of #BF977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF977A

Black with #BF977A

Text Example


Text Example

White with #BF977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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