Html Css Color HEX #BFA771 Putty

📋 copy color: '#BFA771'

red 191 ◦ green 167 ◦ blue 113

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

Shades of Putty #BFA771

Tints of Putty #BFA771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.46%

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

R = 40.55%
G = 35.46%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFA771 (or 0xBFA771) is known color: Putty. HEX triplet: BF, A7 and 71. RGB value is (191,167,113). Sum of RGB (Red+Green+Blue) = 191+167+113=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA771 is #40588E. Grayscale: #A8A8A8. Windows color (decimal): -4216975 or 7448511. OLE color: 7448511.

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

Color convert

RGB 191 167 113 -
CMYK 0 0.13 0.41 0.25
HSL 41.54º 0.38% 0.6% -
HSV(B) 41.54º 0.41% 0.75% -
XYZ 38.29 39.91 21.31 -
YUV 168.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 191 167 113 0 0.13 0.41 0.25 41.54 0.38 0.6
Hex BF A7 71 0 D 29 19 2A 26 3C
Octal 277 247 161 0 15 51 31 52 46 74
Binary 10111111 10100111 1110001 0 1101 101001 11001 101010 100110 111100

Color Harmonies of #BFA771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA771

Black with #BFA771

Text Example


Text Example

White with #BFA771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA771; }

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

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

background-color css

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

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

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

border-color css

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

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

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