Html Css Color HEX #BFA971 Putty

📋 copy color: '#BFA971'

red 191 ◦ green 169 ◦ blue 113

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

Shades of Putty #BFA971

Tints of Putty #BFA971

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.73%

 BLUE value IS 113 (44.53% from 255) = 23.89%

R = 40.38%
G = 35.73%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFA971 (or 0xBFA971) is known color: Putty. HEX triplet: BF, A9 and 71. RGB value is (191,169,113). Sum of RGB (Red+Green+Blue) = 191+169+113=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA971 is #40568E. Grayscale: #A9A9A9. Windows color (decimal): -4216463 or 7449023. OLE color: 7449023.

HSL color Cylindrical-coordinate representation of color #BFA971: hue angle of 43.08º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFA971 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 169 113 -
CMYK 0 0.12 0.41 0.25
HSL 43.08º 0.38% 0.6% -
HSV(B) 43.08º 0.41% 0.75% -
XYZ 38.65 40.64 21.43 -
YUV 169.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 191 169 113 0 0.12 0.41 0.25 43.08 0.38 0.6
Hex BF A9 71 0 C 29 19 2B 26 3C
Octal 277 251 161 0 14 51 31 53 46 74
Binary 10111111 10101001 1110001 0 1100 101001 11001 101011 100110 111100

Color Harmonies of #BFA971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA971

Black with #BFA971

Text Example


Text Example

White with #BFA971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA971; }

 p { color: rgb(191,169,113); }

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

background-color css

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

 a { background-color: rgb(191,169,113); }

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

border-color css

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

 span { border-color: rgb(191,169,113); }

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