Html Css Color HEX #BFAA71 Putty

📋 copy color: '#BFAA71'

red 191 ◦ green 170 ◦ blue 113

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

Shades of Putty #BFAA71

Tints of Putty #BFAA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.86%

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

R = 40.3%
G = 35.86%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFAA71 (or 0xBFAA71) is known color: Putty. HEX triplet: BF, AA and 71. RGB value is (191,170,113). Sum of RGB (Red+Green+Blue) = 191+170+113=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA71 is #40558E. Grayscale: #AAAAAA. Windows color (decimal): -4216207 or 7449279. OLE color: 7449279.

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

Color convert

RGB 191 170 113 -
CMYK 0 0.11 0.41 0.25
HSL 43.85º 0.38% 0.6% -
HSV(B) 43.85º 0.41% 0.75% -
XYZ 38.84 41.02 21.49 -
YUV 169.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 191 170 113 0 0.11 0.41 0.25 43.85 0.38 0.6
Hex BF AA 71 0 B 29 19 2C 26 3C
Octal 277 252 161 0 13 51 31 54 46 74
Binary 10111111 10101010 1110001 0 1011 101001 11001 101100 100110 111100

Color Harmonies of #BFAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA71

Black with #BFAA71

Text Example


Text Example

White with #BFAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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