Html Css Color HEX #BFAC71 Putty

📋 copy color: '#BFAC71'

red 191 ◦ green 172 ◦ blue 113

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

Shades of Putty #BFAC71

Tints of Putty #BFAC71

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.13%

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

R = 40.13%
G = 36.13%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFAC71 (or 0xBFAC71) is known color: Putty. HEX triplet: BF, AC and 71. RGB value is (191,172,113). Sum of RGB (Red+Green+Blue) = 191+172+113=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC71 is #40538E. Grayscale: #ABABAB. Windows color (decimal): -4215695 or 7449791. OLE color: 7449791.

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

Color convert

RGB 191 172 113 -
CMYK 0 0.10 0.41 0.25
HSL 45.38º 0.38% 0.6% -
HSV(B) 45.38º 0.41% 0.75% -
XYZ 39.22 41.77 21.62 -
YUV 170.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 191 172 113 0 0.10 0.41 0.25 45.38 0.38 0.6
Hex BF AC 71 0 A 29 19 2D 26 3C
Octal 277 254 161 0 12 51 31 55 46 74
Binary 10111111 10101100 1110001 0 1010 101001 11001 101101 100110 111100

Color Harmonies of #BFAC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC71

Black with #BFAC71

Text Example


Text Example

White with #BFAC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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